Skip to content

Commit 3629630

Browse files
committed
mobile fixes resp
1 parent 5fe4983 commit 3629630

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/shared/components/MMatchLeaderboard/style.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ $light-gray: #d4d4d4;
243243
display: flex;
244244
justify-content: center;
245245

246+
@media screen and (max-width: 768px) {
247+
margin-bottom: 0;
248+
}
249+
246250
.followersLeft,
247251
.followersRight {
248252
display: flex;
@@ -272,6 +276,11 @@ $light-gray: #d4d4d4;
272276
.followersRight {
273277
margin-left: 65px;
274278

279+
@media screen and (max-width: 768px) {
280+
margin-left: 0;
281+
margin-top: 20px;
282+
}
283+
275284
> div:nth-child(3) {
276285
margin-bottom: 12px;
277286
}

0 commit comments

Comments
 (0)