From 12af86c97837b2cfce6c5e4a494aa4fb7eefdac8 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 16 Nov 2023 21:41:32 +0100 Subject: [PATCH] padding --- includes/styles_mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/styles_mobile.css b/includes/styles_mobile.css index d63abb6..da909d2 100644 --- a/includes/styles_mobile.css +++ b/includes/styles_mobile.css @@ -34,7 +34,7 @@ th:nth-child(4), td:nth-child(4), th:nth-child(9), td:nth-child(9) { header .banner { max-height: 100px; width: 100%; - margin: 5px auto 0px auto; + margin: 10px auto 0px auto; } @@ -69,6 +69,6 @@ table { } section h2 { - margin-top: 5px; + margin-top: 10px; } \ No newline at end of file