Update scriptless CSS

This commit is contained in:
Robin Cornett
2019-05-14 18:30:47 -04:00
parent 7fb40b18a4
commit 693c2051bd
3 changed files with 9 additions and 13 deletions
+4 -11
View File
@@ -16,10 +16,6 @@
z-index: 1;
}
&--scriptless {
height: auto;
}
&__image {
display: block;
height: 100vh;
@@ -28,12 +24,9 @@
width: 100vw;
}
.entry-title,
.archive-title {
&.featured-image-overlay {
color: #fff;
text-align: center;
}
.featured-image-overlay {
color: #fff;
text-align: center;
}
.excerpt,
@@ -64,7 +57,7 @@
}
}
@keyframes fadein {
@keyframes dfig-fadein {
from { opacity: 0; }
to { opacity: 1; }
}