From 350cd85a430bafc7440e0b3d5d3eb797d20067da Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 4 Apr 2023 21:09:20 +1100 Subject: [PATCH] wip: planning --- styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/main.css b/styles/main.css index 283c559..216a309 100644 --- a/styles/main.css +++ b/styles/main.css @@ -21,11 +21,11 @@ body { #thsf-schedule-wrapper { position: fixed; - top: 600px; + top: 630px; left: 50%; transform: translateX(-50%); width: 50%; - height: 100%; + height: 90%; overflow: auto; background-color: #e6007e; margin-bottom: 10px;