From 462d0bb66e92e60a9c19329b5c66bd45a413ea43 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 4 Dec 2025 22:30:08 +0100 Subject: [PATCH] increased padding of bottom on tiny screens Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 5222e86..47301db 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -512,7 +512,7 @@ a.wikilink{ @media screen and (max-width: 900px) { body{ - padding-top: 13px; + padding-top: 30px; } #app nav{ grid-template-columns: 33% 34% 33%;