fix header menu alignement
This commit is contained in:
parent
a058638836
commit
5d30c9097b
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue