From 1b376b4aa15e32797fdcc81623a67f23918bd7a6 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 18 Feb 2024 18:23:27 -0500 Subject: [PATCH] styles.css: fix sections --- static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index d47ccc2..a1acb49 100644 --- a/static/styles.css +++ b/static/styles.css @@ -172,7 +172,7 @@ h1 { z-index: 1; /* Ensure the time box is above other content */ } -.live-games-section { +#live-games-section { display: flex; align-items: start; flex-wrap: wrap; @@ -180,7 +180,7 @@ h1 { margin-top: 20px; } -.pre-games-section { +#pre-games-section { display: flex; align-items: start; flex-wrap: wrap; @@ -188,7 +188,7 @@ h1 { margin-top: 20px; } -.final-games-section { +#final-games-section { display: flex; align-items: start; flex-wrap: wrap;