diff --git a/ProjectSourceCode/src/resources/css/league-pages/league-page.css b/ProjectSourceCode/src/resources/css/league-pages/league-page.css index 94b3efc..d82b9dd 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/league-page.css +++ b/ProjectSourceCode/src/resources/css/league-pages/league-page.css @@ -8,7 +8,7 @@ { /* --- SIZE CONTAINER --- */ width: 100%; /* Set the width to the full width of screen */ - padding: 30px; /* Create some distance between page boundries and elements */ + padding: 10px 100px; /* Create some distance between page boundries and elements */ /* --- FORMAT CHILD ITEMS (Table and Leading Scorers Cards) --- */ display: flex; /* Enable flexbox layout */