From 18adbac5c3c52b79745c8584bb4bdbaac484c0cc Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 2 Feb 2024 02:27:23 +0100 Subject: [PATCH] Remove sticky position from header with mobile screens Too much vertical space used just for that, otherwise. --- web/static/public.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/public.css b/web/static/public.css index c05aa7f..b32f1ba 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -361,6 +361,7 @@ nav:last-of-type > ul > li:last-child { @media (max-width: 80rem) { body > header { + position: unset; grid-template-columns: 1fr auto; }