From 98cc28af8d4cb81a7070ba0d43e2254eae073d01 Mon Sep 17 00:00:00 2001 From: dweller Date: Tue, 5 Mar 2024 20:37:03 +0200 Subject: =?UTF-8?q?Fix=20webkit=20(modern=20day=20IE=20courtesy=20of=20App?= =?UTF-8?q?le=C2=AE=20Inc.)=20stuff=20like=20broken=20modern=20media=20que?= =?UTF-8?q?ries=20and=20no=20style=20for=20dropdowns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/search.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style/search.css') diff --git a/style/search.css b/style/search.css index 291b482..168bb56 100644 --- a/style/search.css +++ b/style/search.css @@ -148,12 +148,12 @@ #man { border-color: transparent; } } -@media (width <= 970px) +@media (max-width: 970px) { #topnav { display: none; } } -@media (width <= 800px) +@media (max-width: 800px) { #main > header { -- cgit v1.2.3