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 {
|
||||||
--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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue