Formtatting fix to make game card fill entire scoreboard-container height wise

This commit is contained in:
Lucas Patenaude
2024-04-09 23:55:21 -06:00
parent a1c319083a
commit 9bc17f7c27

View File

@@ -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;
}