forked from lucaspatenaude/ScoreSpot
More style clean ups on league page
This commit is contained in:
@@ -90,6 +90,11 @@
|
||||
=============================================
|
||||
*/
|
||||
|
||||
#table-and-top-scorers-containers {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
/* Styling for Standings and Top Scorers Cards */
|
||||
#table-stats-container, #top-scorers-stats-container
|
||||
{
|
||||
@@ -121,9 +126,12 @@
|
||||
*/
|
||||
|
||||
/* Width of Screen is Less Than 950px */
|
||||
@media (max-width: 950px)
|
||||
@media (max-width: 1230px)
|
||||
{
|
||||
|
||||
#table-and-top-scorers-containers {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user