Skip to content

Commit

Permalink
Merge pull request #216 from thanhtinhpas1/fix/image_css_was_overflow
Browse files Browse the repository at this point in the history
fix: img was overflow screen
  • Loading branch information
sujaykundu777 authored Jul 7, 2024
2 parents 4ebd7e1 + e25c52f commit 90ca90c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/devlopr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ header {
#blog-post-container{
margin-top: 20px;
margin-left: -35px;

img {
max-width: 100%;
}
}

.snipcart-modal__container {
Expand Down

0 comments on commit 90ca90c

Please sign in to comment.