diff --git a/ProjectSourceCode/src/resources/css/league-pages/league-table.css b/ProjectSourceCode/src/resources/css/league-pages/league-table.css index 2793574..a3fdb72 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/league-table.css +++ b/ProjectSourceCode/src/resources/css/league-pages/league-table.css @@ -25,12 +25,13 @@ border-bottom: 3px solid red; /* Add red bottom border */ } +/* Table that holds all the standing information */ #standings-table { width: 100%; padding: 15px; } -/* */ +/* Set the width for the column containing the club logo */ #club-logo-column { width: 25px; }