File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ challenge-tile .challenge.tile-view {
111
111
flex-direction : column ;
112
112
align-items : center ;
113
113
justify-content : center ;
114
+ padding : 12px 0 ;
114
115
flex : 2 ;
115
116
}
116
117
@@ -280,6 +281,12 @@ challenge-tile .challenge.tile-view {
280
281
}
281
282
282
283
284
+ @media only screen and (max-width : 768px ) {
285
+ .active-challenge {
286
+ height : auto ;
287
+ margin : auto ;
288
+ }
289
+ }
283
290
.completed-challenge {
284
291
height : 390px ;
285
292
display : flex ;
Original file line number Diff line number Diff line change 131
131
}
132
132
133
133
.challenges {
134
- @include horizontal-scroll ;
134
+ display : flex ;
135
+ flex-direction : column ;
136
+ justify-content : center ;
137
+ margin-left : 0 ;
135
138
136
139
& .tile-view , & .list-view {
137
140
@media only screen and (min-width : 768px ) {
168
171
margin-bottom : 15px ;
169
172
@media only screen and (max-width : 767px ) {
170
173
display : inline-block ;
171
- margin-left : 15px ;
172
174
173
175
& :first-child {
174
176
margin-left : 0 ;
You can’t perform that action at this time.
0 commit comments