Move nav style back to global stylesheet

This commit is contained in:
2023-10-19 16:50:23 -04:00
parent 93e50d835e
commit 34d34f6300
2 changed files with 6 additions and 7 deletions

View File

@ -87,3 +87,9 @@ button:focus-visible {
display: none !important;
}
}
@media (min-width: 1281px) {
#nav_menu {
display: none;
}
}