Build out overlay header and feature row _include helper

This commit is contained in:
Michael Rose
2016-03-24 15:28:29 -04:00
parent 4a38b2a4c5
commit 28d6c28050
11 changed files with 250 additions and 83 deletions

View File

@@ -55,6 +55,11 @@
}
}
.page__lead {
font-family: $sans-serif;
font-size: 20px;
}
.page__content {
p, li {
font-size: 16px;
@@ -76,14 +81,29 @@
background-repeat: no-repeat;
background-position: center;
.wrapper {
padding-left: 2em;
padding-right: 2em;
}
.page__title,
.page__meta {
.page__meta,
.page__lead,
.btn {
color: #fff;
text-shadow: 1px 1px 4px rgba(#000, 0.5);
}
.page__title {
font-size: 64px;
font-size: 48px;
@include breakpoint($small) {
font-size: 60px;
}
}
.page__lead {
font-weight: bold;
}
}
}