CSS Cleanup

This commit is contained in:
Lucas Patenaude
2024-04-16 14:31:54 -06:00
parent 6cdec74029
commit 7ce001cf20
2 changed files with 5 additions and 22 deletions

View File

@@ -37,17 +37,6 @@
transform: skewX(-20deg); /* Skew the banner to create a triangular side */
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
/* --- FORMAT CHILD ITEMS (logo, league name, flag) --- */
display: flex; /* Enable flexbox layout */
flex-direction: row; /* Arrange child elements horizontally */
}
/*
===========================
LEAGUE INFORMATION CHILD ITEMS
===========================
*/
/* Adds Red Diagonal Strip at the end of the #league-information-container */
.information-container::after
{
@@ -60,6 +49,11 @@
background-color: red; /* Red color */
}
/* --- FORMAT CHILD ITEMS (logo, league name, flag) --- */
display: flex; /* Enable flexbox layout */
flex-direction: row; /* Arrange child elements horizontally */
}
/*
=============================================
CARDS IN PAGE BODY