tweaks to hamburger

This commit is contained in:
Mark Eaton
2022-06-22 16:28:51 -04:00
parent 879404a3fe
commit 97bb8dc426
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -295,7 +295,7 @@ a.no-underline { text-decoration: none; }
}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
@media only screen and (min-width: 1px) and (max-width: 768px) {
.mobile-dropdown { max-width: 33.3%; }
.yamm1, .yamm2, .yamm3 { position: absolute; background-color: white; z-index: 5; border: 1px solid #ccc; margin-top: -4px; }
.yamm1 { max-width: 50vw; }
@@ -309,7 +309,7 @@ a.no-underline { text-decoration: none; }
@media only screen and (min-width: 768px) {
#hamburger { display: none; }
#hamburger, #hamburger-ul { display: none; }
.zero-margin { margin: -2px; }