initial commit

This commit is contained in:
Pat Dryburgh
2018-07-30 18:11:43 -07:00
commit c9ddf7a307
28 changed files with 1612 additions and 0 deletions

28
_sass/_masthead.scss Normal file
View File

@ -0,0 +1,28 @@
.site-masthead {
background: $brand-color;
min-height: 100vh;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: $spacing-unit * 2;
}
.site-masthead h1 {
font-size: 3em;
margin-bottom: .125em;
@media (min-width: $on-tablet) {
font-size: 6em;
}
}
.site-masthead h2 {
color: $muted-text-color;
font-size: 1.5em;
@media (min-width: $on-tablet) {
font-size: 3em;
}
}