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