nav/header adjustments #21

Merged
freakoverse merged 12 commits from staging into master 2024-08-26 10:28:23 +00:00
Showing only changes of commit aca6908ce9 - Show all commits

View File

@ -308,6 +308,8 @@
} }
.NavMainBottomInsideOtherLeft { .NavMainBottomInsideOtherLeft {
display: flex;
justify-content: start;
@media (max-width: 768px) { @media (max-width: 768px) {
display: none; display: none;
@ -315,7 +317,8 @@
} }
.NavMainBottomInsideOtherRight { .NavMainBottomInsideOtherRight {
display: flex;
justify-content: end;
} }
} }
} }