2024-04-16 15:19:30 -06:00
|
|
|
/* Main Contents Container (Below Header) */
|
2024-05-02 05:17:01 -06:00
|
|
|
#club-page-contents-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2024-04-16 15:19:30 -06:00
|
|
|
}
|
2024-04-16 15:24:46 -06:00
|
|
|
|
2024-05-02 05:17:01 -06:00
|
|
|
/* Child Containers */
|
2024-04-16 15:19:30 -06:00
|
|
|
|
2024-05-02 05:17:01 -06:00
|
|
|
/* Left 20% of #club-page-contents-container */
|
|
|
|
|
#club-information-container {
|
|
|
|
|
width: 20%;
|
2024-04-16 15:19:30 -06:00
|
|
|
|
2024-05-02 05:17:01 -06:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2024-04-16 15:19:30 -06:00
|
|
|
|
2024-05-02 05:17:01 -06:00
|
|
|
/* Right 80% of #club-page-contents-container */
|
|
|
|
|
#club-stats-and-players-container {
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|