Rough out splash page _layout with styles and test content

This commit is contained in:
Michael Rose
2016-03-23 16:35:01 -04:00
parent 02a1a0b04a
commit 479bce3682
9 changed files with 166 additions and 10 deletions

35
assets/_scss/_splash.scss Normal file
View File

@ -0,0 +1,35 @@
/* ==========================================================================
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;
@include breakpoint($small) {
text-align: center;
@include gallery(4 of 12);
.splash__item-teaser {
max-height: 200px;
overflow: hidden;
}
}
.archive__item-excerpt {
margin-bottom: 1em;
}
}

View File

@ -30,6 +30,7 @@
@import "page";
@import "archive";
@import "sidebar";
@import "splash";
@import "vendor/font-awesome/font-awesome";
@import "vendor/magnific-popup/magnific-popup";