Files
JellySport/ProjectSourceCode/src/resources/css/club-pages/club-players-and-stats-card.css

9 lines
184 B
CSS
Raw Normal View History

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