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 ccdb8a3 commit 676ef63Copy full SHA for 676ef63
src/components/ChallengeEditor/Submissions/Submissions.module.scss
@@ -22,9 +22,13 @@ $base-unit: 5px;
22
margin-right: auto;
23
display: flex;
24
justify-content: center;
25
- flex-wrap: wrap;
26
gap: 40px;
27
+ @media (max-width: 1420px) {
28
+ flex-direction: column;
29
+ align-items: center;
30
+ }
31
+
32
div {
33
white-space: nowrap;
34
}
@@ -204,9 +208,11 @@ $base-unit: 5px;
204
208
justify-content: flex-start;
205
209
206
210
flex: 1;
211
+ padding-right: 20px;
207
212
213
@media (max-width: 1420px) {
214
215
+ padding-right: 0;
216
217
218
0 commit comments