From 29d068b3e0e5de07e4e840829759f2b3e0937fb8 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 20 Jul 2022 09:58:45 -0400 Subject: [PATCH] fix a small bug --- groups/home/LibAnswers-4-js-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index d476cf2..865942a 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -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; } }