mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 13:18:00 +00:00
reduce minimum height of masthead
This commit is contained in:
parent
058fcec5ea
commit
8e6565e950
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user