flex-wrap desktop nav on mobile devices

This commit is contained in:
2023-10-19 16:50:06 -04:00
parent 75046de9f1
commit 9a47061fd8

View File

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