From 426f185a26134af57981ffced826456a7ffc8d14 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Sun, 14 Apr 2024 22:55:41 -0600 Subject: [PATCH] Padding adjusted for league-page contents --- .../src/resources/css/league-pages/league-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */