mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 21:28:01 +00:00
29 lines
490 B
SCSS
29 lines
490 B
SCSS
.site-masthead {
|
|
background: $brand-color;
|
|
box-sizing: border-box;
|
|
min-height: 50vh;
|
|
padding: 8em 2em;
|
|
position: relative;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.site-masthead h1 {
|
|
font-size: 3em;
|
|
margin-bottom: 0;
|
|
@media (min-width: $on-tablet) {
|
|
font-size: 6em;
|
|
}
|
|
}
|
|
|
|
.site-masthead h2 {
|
|
color: $muted-text-color;
|
|
font-size: 1.5em;
|
|
margin: 0;
|
|
@media (min-width: $on-tablet) {
|
|
font-size: 3em;
|
|
}
|
|
} |