Skip to content

Commit 676ef63

Browse files
committed
Tweak spacing of new Download All button
1 parent ccdb8a3 commit 676ef63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/ChallengeEditor/Submissions/Submissions.module.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ $base-unit: 5px;
2222
margin-right: auto;
2323
display: flex;
2424
justify-content: center;
25-
flex-wrap: wrap;
2625
gap: 40px;
2726

27+
@media (max-width: 1420px) {
28+
flex-direction: column;
29+
align-items: center;
30+
}
31+
2832
div {
2933
white-space: nowrap;
3034
}
@@ -204,9 +208,11 @@ $base-unit: 5px;
204208
justify-content: flex-start;
205209
gap: 40px;
206210
flex: 1;
211+
padding-right: 20px;
207212

208213
@media (max-width: 1420px) {
209214
justify-content: center;
215+
padding-right: 0;
210216
}
211217
}
212218

0 commit comments

Comments
 (0)