More styling added to containers on league page

This commit is contained in:
Lucas Patenaude
2024-04-14 17:00:20 -06:00
parent 87551a26af
commit 2491c97a78
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
margin-right: 200px; margin-right: 200px;
} }
#league-stats-container { #league-stats-containers {
width: 100%; width: 100%;
display: flex; display: flex;
} }

View File

@@ -1,5 +1,5 @@
#league-table-and-information-container { #league-table-and-information-container {
width: 50%; width: 60%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@@ -8,7 +8,7 @@
</div> </div>
<!-- Container to display all stats for league <- bottom rest of the container --> <!-- Container to display all stats for league <- bottom rest of the container -->
<div class="container" id="league-stats-container"> <div class="container" id="league-stats-containers">
<!-- Container to display league table <- split 50% --> <!-- Container to display league table <- split 50% -->
<div class="container" id="league-table-and-information-container"> <div class="container" id="league-table-and-information-container">