More styling added to containers on league page
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
margin-right: 200px;
|
||||
}
|
||||
|
||||
#league-stats-container {
|
||||
#league-stats-containers {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#league-table-and-information-container {
|
||||
width: 50%;
|
||||
width: 60%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 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% -->
|
||||
<div class="container" id="league-table-and-information-container">
|
||||
|
||||
Reference in New Issue
Block a user