Comments added for league-table page

This commit is contained in:
Lucas Patenaude
2024-04-14 23:35:54 -06:00
parent 426f185a26
commit 3d492e8f59

View File

@@ -1,3 +1,9 @@
/*
=================================
LEAGUE TABLE CONTAINER
=================================
*/
/* Container for all table elements */
#league-table-container {
width: 60%;
@@ -76,5 +82,6 @@
#league-table-container {
align-items: center;
width: 75%;
min-width: 580px;
}
}