Made the header padding less weird.

This commit is contained in:
flash 2019-01-03 17:33:07 +01:00
parent f524da4ad6
commit e3e8b2f1aa

View file

@ -1,8 +1,6 @@
.header { .header {
--header-height: 70px; --header-height: 70px;
flex: 0 0 auto; flex: 0 0 auto;
margin-bottom: 4px;
&__background { &__background {
position: absolute; position: absolute;
@ -21,7 +19,7 @@
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 3px 1px; padding: 4px;
max-width: var(--site-max-width); max-width: var(--site-max-width);
height: var(--header-height); height: var(--header-height);
transition: height .2s; transition: height .2s;