Add object position to scriptless output

This commit is contained in:
Robin Cornett
2019-05-13 14:26:02 -04:00
parent ed3c2e4130
commit 97e7df22f7
3 changed files with 24 additions and 12 deletions
+1 -10
View File
@@ -4,7 +4,7 @@
.big-leader {
overflow: hidden;
max-height: 600px;
max-height: 100vh;
position: relative;
.wrap {
@@ -68,12 +68,3 @@
img.featured {
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.big-leader,
.big-leader--scriptless,
.backstretch.no-js {
max-height: 300px;
}
}