Additional styling added for club-page.hbs. Table has been set to fill it's container to 100% width

This commit is contained in:
Lucas Patenaude
2024-04-15 20:47:55 -06:00
parent 5200bd9981
commit 693a347448
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
/* Container for all stats and player cards */
#club-stats-and-players-container {
width: 80%;
}
/* Table containing player information */
#club-players-table {
width: 100%;
}