mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 13:18:00 +00:00
24 lines
389 B
SCSS
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;
|
|
}
|
|
} |