From 864423baf8b019d53f2d18d925d5df468dd5e2a0 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 22 Dec 2023 14:40:26 +0100 Subject: Don't hide nav h1 --- web/style/navbar.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web') diff --git a/web/style/navbar.css b/web/style/navbar.css index 308b39a..1c18d4f 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -88,14 +88,11 @@ nav .back::before { } } @media (max-width: 750px) { - nav h1 { - display: none; - } nav .account span { display: none; } } -@media (max-width: 400px) { +@media (max-width: 500px) { nav .library { display: none; } -- cgit v1.2.3-70-g09d2