From 9bc17f7c270efc11c376720671d3489d0e941e9a Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Tue, 9 Apr 2024 23:55:21 -0600 Subject: [PATCH] Formtatting fix to make game card fill entire scoreboard-container height wise --- .../css/navigation-bar/scoreboard-header/scoreboard.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ProjectSourceCode/src/resources/css/navigation-bar/scoreboard-header/scoreboard.css b/ProjectSourceCode/src/resources/css/navigation-bar/scoreboard-header/scoreboard.css index 06579e0..437aa18 100644 --- a/ProjectSourceCode/src/resources/css/navigation-bar/scoreboard-header/scoreboard.css +++ b/ProjectSourceCode/src/resources/css/navigation-bar/scoreboard-header/scoreboard.css @@ -2,6 +2,9 @@ overflow-x: auto; /* Enable horizontal scrolling */ white-space: nowrap; /* Prevent cards from wrapping to the next line */ border: 1px solid rgb(202, 2, 2); + margin: 0px; + height: 90px; + background-color: rgb(255, 255, 255); @@ -15,4 +18,8 @@ display: none; } +.scoreboard-league-container { + margin: 0px; + +}