fix a small bug

This commit is contained in:
Mark Eaton
2022-07-20 09:58:45 -04:00
parent a6eb71414a
commit 29d068b3e0
+1 -1
View File
@@ -317,7 +317,7 @@ a.no-underline { text-decoration: none; }
}
}
@media only screen and (min-width: 1px) and (max-width: 991px) {
@media only screen and (min-width: 1px) and (max-width: 992px) {
#hamburger-alternative { display: none; }
#corona-alert { margin-top: 10px; }
}