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