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