better cover image on mobile

This commit is contained in:
Alex Grintsvayg 2016-05-20 13:42:31 -04:00
parent b82df42bd8
commit 9e6ba90c9d

View file

@ -19,7 +19,7 @@
.post-header
{
margin-bottom: $spacing-vertical * 2;
min-height: 500px;
min-height: 100vh;
@include background-size (cover);
background-repeat: no-repeat;
@ -45,6 +45,12 @@
}
}
@media (min-height: 500px) {
.post-header {
min-height: 500px;
}
}
.post-content
{