Fixed incorrect nav header theming in prod

This commit is contained in:
2025-01-13 17:13:06 +00:00
parent 2670fc1e95
commit 23c3cf5404
4 changed files with 51 additions and 61 deletions
+9 -9
View File
@@ -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;
}
}