govarch-website/_sass/_masthead.scss
2019-04-15 00:30:16 -04:00

24 lines
389 B
SCSS

.site-masthead {
box-sizing: border-box;
padding: 0 2em;
position: relative;
text-align: center;
}
.site-masthead h1 {
font-size: 3em;
margin-bottom: 0;
margin-top: 1em;
@media (min-width: $on-tablet) {
font-size: 6em;
}
}
.site-masthead h2 {
color: $muted-text-color;
font-size: 1.25em;
margin: 0;
@media (min-width: $on-tablet) {
font-size: 3em;
}
}