forked from lucaspatenaude/ScoreSpot
36 lines
437 B
CSS
36 lines
437 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%;
|
||
|
|
} */
|
||
|
|
|
||
|
|
#club-information-container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
#club-stats-and-players-container
|
||
|
|
{
|
||
|
|
width: 80%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|