fix(header): better mobile nav

This commit is contained in:
Matthieu Bessat 2023-11-01 16:50:44 +01:00
parent 6f0794abdb
commit 9679051498

View file

@ -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;