From 97bb8dc426c070efa1f4001d3687fd3693b45e73 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 22 Jun 2022 16:28:51 -0400 Subject: [PATCH] tweaks to hamburger --- groups/home/LibAnswers-4-js-css.html | 4 ++-- groups/home/LibAnswers-SlideOutChat-4.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index 1c4004b..f514d29 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -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; } diff --git a/groups/home/LibAnswers-SlideOutChat-4.html b/groups/home/LibAnswers-SlideOutChat-4.html index 38e0e12..b1822df 100644 --- a/groups/home/LibAnswers-SlideOutChat-4.html +++ b/groups/home/LibAnswers-SlideOutChat-4.html @@ -12,7 +12,7 @@ -