Let featured images get taller on the widest screens
This commit is contained in:
parent
01ae2c6913
commit
a1a9c235e3
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@include from($widescreen) {
|
||||||
|
max-height: 36rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hero image in hero block */
|
/* Hero image in hero block */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue