Made the header padding less weird.
This commit is contained in:
parent
f524da4ad6
commit
e3e8b2f1aa
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue