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

@@ -4,17 +4,6 @@ LEAGUE INFORMATION CHILD ITEMS
===========================
*/
/* Adds Red Diagonal Strip at the end of the #club-information-container */
#club-header-container::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 8px; /* Width of the red strip */
background-color: red; /* Red color */
}
/* Styling for League Logo in Club Information Header */
#club-logo
{