Padding adjusted for league-page contents

This commit is contained in:
Lucas Patenaude
2024-04-14 22:55:41 -06:00
parent ea6d7066e0
commit 426f185a26

View File

@@ -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 */