fix header menu alignement

This commit is contained in:
Jonas Heinrich 2020-04-08 14:55:14 +02:00
parent a058638836
commit 5d30c9097b

View file

@ -32,13 +32,11 @@ header .content-wrap {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
}
header .header-logo-container {
position: static;
padding: 0.22222rem 0;
margin-right: auto;
color: #333333;
line-height: 1;
}
@ -51,6 +49,10 @@ header .header-button-container {
margin-left: 3.33333rem;
}
header nav {
flex-grow: 1;
}
header:not(.sticky-header) nav {
margin-top: 3.11111rem;
}