This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +20
-18
lines changed
4 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -281,12 +281,6 @@ challenge-tile .challenge.tile-view {
281
281
}
282
282
283
283
284
- @media only screen and (max-width : 768px ) {
285
- .active-challenge {
286
- height : auto ;
287
- margin : auto ;
288
- }
289
- }
290
284
.completed-challenge {
291
285
height : 390px ;
292
286
display : flex ;
@@ -378,6 +372,13 @@ challenge-tile .challenge.tile-view {
378
372
}
379
373
}
380
374
375
+ @media only screen and (max-width : 768px ) {
376
+ .active-challenge , .completed-challenge {
377
+ height : auto ;
378
+ margin : auto ;
379
+ }
380
+ }
381
+
381
382
.past-design-details {
382
383
img {
383
384
height : 200px ;
Original file line number Diff line number Diff line change 183
183
}
184
184
185
185
.user-menu {
186
- max-height : 54px ;
187
186
.user-avatar {
188
187
height : 31px ;
189
188
width : 31px ;
215
214
text-transform : uppercase ;
216
215
}
217
216
218
- .user-menu .submenu {
219
- padding-top : 5px ;
217
+ @media only screen and (max-width : 1024px ) {
218
+ .user-menu .submenu {
219
+ padding-top : 5px ;
220
+ }
220
221
}
221
222
222
223
.submenu {
341
342
}
342
343
343
344
@media only screen and (min-width : 1025px ) {
345
+ .user-menu {
346
+ max-height : 54px ;
347
+ }
348
+
344
349
.header-wrapper {
345
350
background : #fff ;
346
351
position : relative ;
Original file line number Diff line number Diff line change 179
179
margin-bottom : 13px ;
180
180
@media only screen and (max-width : 767px ) {
181
181
display : inline-block ;
182
- margin-left : 15px ;
183
-
184
- & :first-child {
185
- margin-left : 0 ;
186
- }
182
+ margin-left : auto ;
183
+ margin-right : auto ;
184
+ margin-bottom : 15px ;
187
185
}
188
186
@media only screen and (min-width : 768px ) {
189
187
& :nth-child (2 n + 1 ) {
Original file line number Diff line number Diff line change 171
171
margin-bottom : 15px ;
172
172
@media only screen and (max-width : 767px ) {
173
173
display : inline-block ;
174
-
175
- & :first-child {
176
- margin-left : 0 ;
177
- }
174
+ margin-left : auto ;
175
+ margin-right : auto ;
178
176
}
179
177
@media only screen and (min-width : 768px ) {
180
178
& :nth-child (2 n + 1 ) {
You can’t perform that action at this time.
0 commit comments