mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
initial commit
This commit is contained in:
28
_sass/_masthead.scss
Normal file
28
_sass/_masthead.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user