Unbork mobile nav

This commit is contained in:
2023-10-19 16:50:19 -04:00
parent 87b7d0f0c7
commit 8c249236ee
2 changed files with 25 additions and 29 deletions

View File

@ -84,6 +84,6 @@ button:focus-visible {
@media (max-width: 1280px) {
.nav-links {
display: none;
display: none !important;
}
}