We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe4983 commit 3629630Copy full SHA for 3629630
src/shared/components/MMatchLeaderboard/style.scss
@@ -243,6 +243,10 @@ $light-gray: #d4d4d4;
243
display: flex;
244
justify-content: center;
245
246
+ @media screen and (max-width: 768px) {
247
+ margin-bottom: 0;
248
+ }
249
+
250
.followersLeft,
251
.followersRight {
252
@@ -272,6 +276,11 @@ $light-gray: #d4d4d4;
272
276
273
277
margin-left: 65px;
274
278
279
280
+ margin-left: 0;
281
+ margin-top: 20px;
282
283
275
284
> div:nth-child(3) {
285
margin-bottom: 12px;
286
}
0 commit comments