Comments added to league-table page

This commit is contained in:
Lucas Patenaude
2024-04-14 23:37:22 -06:00
parent 3d492e8f59
commit 0db13be52f

View File

@@ -25,12 +25,13 @@
border-bottom: 3px solid red; /* Add red bottom border */ border-bottom: 3px solid red; /* Add red bottom border */
} }
/* Table that holds all the standing information */
#standings-table { #standings-table {
width: 100%; width: 100%;
padding: 15px; padding: 15px;
} }
/* */ /* Set the width for the column containing the club logo */
#club-logo-column { #club-logo-column {
width: 25px; width: 25px;
} }