From 0792c3774fc75f139801507e97da37b5f04efbaa Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 16 Nov 2023 21:36:49 +0100 Subject: [PATCH] margin banner mobile --- includes/styles_mobile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/styles_mobile.css b/includes/styles_mobile.css index 1bc4b54..bd12343 100644 --- a/includes/styles_mobile.css +++ b/includes/styles_mobile.css @@ -34,6 +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; } @@ -68,6 +69,6 @@ table { } section h2 { - margin-top: 0px; + margin-top: 5px; } \ No newline at end of file