From f40c325e3b8253ef1cc8e16b31b56cadabd5c5fd Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 4 Apr 2023 20:55:44 +1100 Subject: [PATCH] wip: planning --- styles/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/main.css b/styles/main.css index 13a0518..2a0be36 100644 --- a/styles/main.css +++ b/styles/main.css @@ -22,10 +22,10 @@ body { #thsf-schedule-wrapper { position: fixed; top: 0; - width: 80%; + left: 50%; + transform: translateX(-50%); + width: 50%; height: 100%; - margin-left: auto; - margin-right: auto; overflow: auto; background-color: #e6007e; }