More styling added to containers on league page
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
margin-right: 200px;
|
margin-right: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#league-stats-container {
|
#league-stats-containers {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user