fix(header): better mobile nav
This commit is contained in:
parent
6f0794abdb
commit
9679051498
1 changed files with 5 additions and 1 deletions
|
@ -68,12 +68,16 @@ $header-height: 6.5rem;
|
|||
.site-header__content {
|
||||
display: block;
|
||||
height: auto;
|
||||
padding-top: 1rem;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.site-header__brand {
|
||||
padding-top: .5rem;
|
||||
}
|
||||
.site-header__title {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.site-header__nav {
|
||||
border: 1px solid white;
|
||||
padding: 1rem 0;
|
||||
line-height: 2rem;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue