Skip to content

Commit

Permalink
Update reset.scss
Browse files Browse the repository at this point in the history
Add min-height to fix lazy load issue
  • Loading branch information
sgurin authored Dec 12, 2020
1 parent 68f20d4 commit 82f3acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/base/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
// adaptive images
img {
max-width: 100%;
min-height: 1px;
height: auto;
}

Expand Down

0 comments on commit 82f3acf

Please sign in to comment.