Skip to content

Commit

Permalink
Fixing distorted images in larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
gardon committed Nov 22, 2019
1 parent 4843913 commit 5b73ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/css/nvel.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ img.u-full-width {
@media (min-width: 550px) {
img.u-full-width {
max-height: 50vw;
min-height: 0;
}
}

Expand Down Expand Up @@ -620,7 +621,6 @@ h3 { font-size: 2.4rem; line-height: 1.3; letter-spacing: -.08rem; }
width: auto;
max-width: 100%;
max-height: 50vw;
min-height: 0;
}
}

Expand Down

0 comments on commit 5b73ba5

Please sign in to comment.