Skip to content

Commit 75a3040

Browse files
committed
Fix issue #132: Challenge Listings: Minor styling bugs at the XXS (<320px) sreen size
1 parent 9bae199 commit 75a3040

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/shared/components/challenge-listing/Filters/ChallengeFilters.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
padding: 0 $base-unit * 4;
1111

1212
@include xxs-to-sm {
13+
display: flex;
14+
justify-content: space-between;
15+
flex-wrap: wrap;
1316
padding: 0 $base-unit * 3;
1417
}
1518
}

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ $panel-radius-4: $corner-radius * 2;
130130

131131
@include xxs-to-sm {
132132
display: block;
133+
margin-right: 0;
133134
}
134135
}
135136

0 commit comments

Comments
 (0)