mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
reduce minimum height of masthead
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
.site-masthead {
|
.site-masthead {
|
||||||
background: $brand-color;
|
background: $brand-color;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 100vh;
|
min-height: 50vh;
|
||||||
padding: 6em 2em;
|
padding: 8em 2em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user