From ec5f837d7da73d1c3b3087dc947c9c8a3a0223fb Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 4 Apr 2023 21:08:27 +1100 Subject: [PATCH] wip: planning --- styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index b7df409..283c559 100644 --- a/styles/main.css +++ b/styles/main.css @@ -21,13 +21,14 @@ body { #thsf-schedule-wrapper { position: fixed; - top: 700px; + top: 600px; left: 50%; transform: translateX(-50%); width: 50%; height: 100%; overflow: auto; background-color: #e6007e; + margin-bottom: 10px; }