Style overlay background image and add support for caption

This commit is contained in:
Michael Rose
2016-03-23 21:59:58 -04:00
parent cae92a8770
commit 974797a2b8
4 changed files with 10 additions and 6 deletions

View File

@@ -71,8 +71,11 @@
padding: 3em 0;
@include clearfix;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
.page__title {
.page__title,
.page__meta {
color: #fff;
text-shadow: 1px 1px 4px rgba(#000, 0.5);
}

File diff suppressed because one or more lines are too long