color bg if no cover image

This commit is contained in:
Alex Grintsvayg 2016-05-22 23:20:50 -04:00
parent b167ab2eed
commit f5a9336292

View file

@ -21,6 +21,7 @@
margin-bottom: $spacing-vertical * 2; margin-bottom: $spacing-vertical * 2;
min-height: 100vh; min-height: 100vh;
background-color: $color-light-alt;
@include background-size (cover); @include background-size (cover);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;