More stylinbg added for league pages

This commit is contained in:
Lucas Patenaude
2024-04-13 17:46:16 -06:00
parent 6e24a0f4d8
commit 2422ecb6c3
2 changed files with 18 additions and 2 deletions

View File

@@ -47,14 +47,30 @@
}
#league-table-container {
flex: 1;
background-color: #eaeaea; /* Example background color */
margin: 10px;
border: 1px solid gray;
border-radius: 8px;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
/* Add any other styling you need for the league table container */
}
#standings-table {
width: 100%;
padding: 5px;
}
#table-logo {
width: 20px;
margin: 0;
margin-right: 5px;
}
#standings-table td {
padding: 5px;
}
/* Define styles for odd and even rows */