Files
ScoreSpot/public/assets/css/generated-pages/league-pages/league-page.css

28 lines
570 B
CSS
Raw Normal View History

2024-04-14 19:52:42 -06:00
/*
=============================================
CARDS IN PAGE BODY
=============================================
*/
2024-04-13 19:48:25 -06:00
2024-04-16 14:36:59 -06:00
#table-and-top-scorers-containers
{
2024-04-14 21:52:31 -06:00
display: flex;
flex-direction: row;
}
2024-04-14 20:07:38 -06:00
/*
==============================================================
DYNAMIC PAGE WIDTH STYLES
==============================================================
*/
/* Width of Screen is Less Than 950px */
2024-04-14 21:52:31 -06:00
@media (max-width: 1230px)
2024-04-14 20:07:38 -06:00
{
2024-04-14 21:52:31 -06:00
#table-and-top-scorers-containers {
display: flex;
flex-direction: column;
}
2024-04-14 17:30:20 -06:00
}
2024-04-14 17:30:20 -06:00