flex-wrap desktop nav on mobile devices

This commit is contained in:
regalijan 2023-10-19 16:50:06 -04:00
parent 75046de9f1
commit 9a47061fd8
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -84,6 +84,7 @@ button:focus-visible {
@media (max-width: 1350px) { @media (max-width: 1350px) {
.desktop-nav { .desktop-nav {
flex-wrap: wrap;
visibility: hidden; visibility: hidden;
} }