Files
ScoreSpot/public/assets/css/generated-pages/club-pages/club-page-layouts.css
2024-05-03 00:36:01 -06:00

36 lines
462 B
CSS

/* Main Contents Container (Below Header) */
#club-page-contents-container
{
display: flex;
flex-direction: row;
}
/* Child Containers */
/* Left 20% of #club-page-contents-container */
#club-information-container
{
width: 20%;
display: flex;
flex-direction: column;
}
/* Right 80% of #club-page-contents-container */
#club-stats-and-players-container
{
width: 80%;
}