Skip to content

Commit

Permalink
Revert "An alternative (better) attempt to fix the mobile layout"
Browse files Browse the repository at this point in the history
This reverts commit 846e84d.
  • Loading branch information
birdofpreyru committed Oct 10, 2017
1 parent 846e84d commit 42f30c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
> 1%, last 2 versions, Firefox ESR
> 1%
4 changes: 4 additions & 0 deletions src/shared/components/challenge-detail/Header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@
flex-wrap: wrap;
align-items: stretch;

@include xxs-to-xs {
flex-direction: column;
}

.prizes-outer-container {
flex: 4;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ $tc-link-visited: #0c4e98;
align-items: baseline;
word-break: break-word;

@include xxs-to-xs {
flex-direction: column;
}

.challenge-specifications {
flex: 4;
text-align: left;
Expand Down

0 comments on commit 42f30c7

Please sign in to comment.