Add header overlay sample posts

This commit is contained in:
Michael Rose
2016-03-23 21:50:22 -04:00
parent bda9a23261
commit cae92a8770
13 changed files with 86 additions and 39 deletions

View File

@ -64,6 +64,19 @@
position: relative;
margin-bottom: 2em;
@include clearfix;
&--overlay {
position: relative;
margin-bottom: 2em;
padding: 3em 0;
@include clearfix;
text-align: center;
.page__title {
color: #fff;
text-shadow: 1px 1px 4px rgba(#000, 0.5);
}
}
}
.page__hero-image {

View File

@ -2,19 +2,6 @@
SPLASH
========================================================================== */
.page__hero--splash {
position: relative;
margin-bottom: 2em;
padding: 3em 0;
@include clearfix;
text-align: center;
.page__title {
color: #fff;
text-shadow: 1px 1px 4px rgba(#000, 0.5);
}
}
.splash__item {
margin-bottom: 2em;