More style clean ups on league page

This commit is contained in:
Lucas Patenaude
2024-04-14 21:52:31 -06:00
parent f944e38c02
commit 8b6f2e36a7
4 changed files with 36 additions and 17 deletions

View File

@@ -90,6 +90,11 @@
=============================================
*/
#table-and-top-scorers-containers {
display: flex;
flex-direction: row;
}
/* Styling for Standings and Top Scorers Cards */
#table-stats-container, #top-scorers-stats-container
{
@@ -121,9 +126,12 @@
*/
/* Width of Screen is Less Than 950px */
@media (max-width: 950px)
@media (max-width: 1230px)
{
#table-and-top-scorers-containers {
display: flex;
flex-direction: column;
}
}