forked from lucaspatenaude/ScoreSpot
23 lines
221 B
CSS
23 lines
221 B
CSS
/*
|
|
=============================================
|
|
CARDS IN PAGE BODY
|
|
=============================================
|
|
*/
|
|
|
|
#club-page-contents-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|