Skip to content

Commit 846e84d

Browse files
committed
An alternative (better) attempt to fix the mobile layout
1 parent b682b9c commit 846e84d

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.browserslistrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
> 5%
1+
> 1%, last 2 versions, Firefox ESR

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@
146146
flex-wrap: wrap;
147147
align-items: stretch;
148148

149-
@include xxs-to-xs {
150-
flex-direction: column;
151-
}
152-
153149
.prizes-outer-container {
154150
flex: 4;
155151

src/shared/components/challenge-detail/Specification/styles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ $tc-link-visited: #0c4e98;
3030
align-items: baseline;
3131
word-break: break-word;
3232

33-
@include xxs-to-xs {
34-
flex-direction: column;
35-
}
36-
3733
.challenge-specifications {
3834
flex: 4;
3935
text-align: left;

0 commit comments

Comments
 (0)