mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
improve layout
This commit is contained in:
@ -2,18 +2,22 @@
|
||||
background: $brand-color;
|
||||
box-sizing: border-box;
|
||||
min-height: 50vh;
|
||||
padding: 8em 2em;
|
||||
padding: 2em;
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
@media screen and (min-width: $on-laptop) {
|
||||
padding: 6em 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.site-masthead h1 {
|
||||
font-size: 3em;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
@media (min-width: $on-tablet) {
|
||||
font-size: 6em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user