From 31b48462873daebf44fd65e94c93f92e992820d5 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 20 Feb 2024 22:09:45 -0500 Subject: [PATCH] fix: styles.css adjust live games --- app/static/styles.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index f85f9d5..7730b65 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -3,8 +3,6 @@ body { font-family: Arial, sans-serif; color: #fff; margin: 0; - width: 100vw; - height: 100vh; } h1 { @@ -183,7 +181,7 @@ h1 { display: flex; justify-content: space-evenly; align-items: center; - width: 12.5%; + width: 10%; height: 7.5%; } @@ -198,7 +196,7 @@ h1 { color: #fff; font-weight: bolder; z-index: 1; - width: 15.5%; + width: 13%; height: 7.5%; display: flex; justify-content: space-evenly; @@ -208,7 +206,7 @@ h1 { .live-time-intermission { position: absolute; top: 5%; - left: 24%; + left: 21.5%; background-color: #444; padding: 1.5%; border-radius: 5px; @@ -317,7 +315,7 @@ h1 { padding: 1.5%; border-radius: 5px; font-size: 80%; - width: 15.5%; + width: 11%; height: 7.5%; display: flex; justify-content: space-evenly; @@ -326,11 +324,11 @@ h1 { .live-time-intermission { top: 5%; - left: 24%; + left: 18.5%; padding: 1.5%; border-radius: 5px; font-size: 80%; - width: 12.5%; + width: 8%; height: 7.5%; display: flex; justify-content: space-evenly;