From 73df95c1f49de9a6331e0aa4aa1fc743ccbbb168 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 3 Nov 2023 21:18:22 +0700 Subject: [PATCH] banner height adjustments --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c0698be..ba0a2ad 100644 --- a/style.css +++ b/style.css @@ -159,13 +159,13 @@ html * background-color: #BFD7F3; color: black; width: 100%; + height: 1.2cm; top: 0px; left: 0px; justify-content: center; align-items: center; display: flex; font-weight: bold; - padding: 0.2cm; text-align: center; } } @@ -300,13 +300,13 @@ html * background-color: #29415E; color: white; width: 100%; + height: 1.2cm; top: 0px; left: 0px; justify-content: center; align-items: center; display: flex; font-weight: bold; - padding: 0.2cm; text-align: center; } }