fix styling issues with responsive mode

This commit is contained in:
Albert Yi
2018-07-19 16:21:32 -07:00
parent 89251ef92e
commit 4cf670b432

View File

@@ -161,6 +161,7 @@
} }
img { img {
width: 33.3vw;
border: none !important; border: none !important;
} }
@@ -180,11 +181,10 @@
} }
img { img {
width: 100%; width: 33.3vw;
height: 33.3vw; height: 33.3vw;
&.has-cropped-false { &.has-cropped-false {
width: 33.3vw;
object-fit: cover; object-fit: cover;
} }
} }