Let featured images get taller on the widest screens

This commit is contained in:
benjamin melançon 2019-09-23 10:33:50 -04:00
parent 01ae2c6913
commit a1a9c235e3

View file

@ -31,6 +31,9 @@
img {
width: 100%;
}
@include from($widescreen) {
max-height: 36rem;
}
}
/* Hero image in hero block */