diff options
author | tpart <tpart120@proton.me> | 2023-12-22 14:40:26 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-12-22 14:40:26 +0100 |
commit | 864423baf8b019d53f2d18d925d5df468dd5e2a0 (patch) | |
tree | 946a713c79ddce171d0005866271d152c6f96d93 /web | |
parent | 609ec824da4888feebb396ea0f5ef73e363a8b51 (diff) | |
download | jellything-864423baf8b019d53f2d18d925d5df468dd5e2a0.tar jellything-864423baf8b019d53f2d18d925d5df468dd5e2a0.tar.bz2 jellything-864423baf8b019d53f2d18d925d5df468dd5e2a0.tar.zst |
Don't hide nav h1
Diffstat (limited to 'web')
-rw-r--r-- | web/style/navbar.css | 5 |
1 files changed, 1 insertions, 4 deletions
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; } |