Skip to content

Commit 651a0f0

Browse files
committed
Margin fix podium
1 parent 1e5bb8a commit 651a0f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/shared/components/Leaderboard/Podium/styles.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.PodiumWrap {
2222
display: flex;
23-
justify-content: space-evenly;
23+
justify-content: center !important;
2424

2525
@include xs-to-sm {
2626
flex-direction: column;
@@ -30,8 +30,14 @@
3030

3131
.Podium .podium-column {
3232
display: inline-block;
33+
margin-right: 20px;
34+
35+
&:last-child {
36+
margin-right: 0;
37+
}
3338

3439
@include xs-to-sm {
3540
margin-bottom: 15px;
41+
margin-right: 0;
3642
}
3743
}

0 commit comments

Comments
 (0)