Update src/styles/nav.module.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s

This commit is contained in:
freakoverse 2024-08-26 10:09:14 +00:00
parent be7e506457
commit aca6908ce9

View File

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