From 2d7b5e58e82dc597d4646143d41cf31ef89c0737 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 22 Dec 2023 15:24:08 +0100 Subject: Decrease header margin on small screens --- web/style/layout.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/style/layout.css') diff --git a/web/style/layout.css b/web/style/layout.css index d599abf..16ae668 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -121,4 +121,9 @@ footer p { .homelist ul { padding-left: 0; } +} +@media (max-width: 600px), (max-height: 800px) { + #main h2 { + margin: 0; + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2