mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-05-21 05:51:43 +01:00
Fixed incorrect nav header theming in prod
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.navigation-header {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.navigation-header {
|
||||
position: relative;
|
||||
height: 128px;
|
||||
@@ -46,13 +53,6 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navigation-header-items-outer {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.navigation-header-site-name {
|
||||
color: #000000;
|
||||
text-align: left;
|
||||
@@ -74,8 +74,8 @@
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.navigation-header-items-outer {
|
||||
@media (max-width: 750px) {
|
||||
.navigation-header-items {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user