File tree Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Original file line number Diff line number Diff line change 253
253
column-count : 2 ;
254
254
column-gap : 40px ;
255
255
}
256
- }
257
256
258
- @media (max-width : 1200px ) {
259
- .page-cheatmd section .col-3 ,
260
- .page-cheatmd section .col-2 {
261
- column-count : 1 ;
262
- }
263
- }
264
-
265
- @media (max-width : 850px ) {
266
257
.page-cheatmd section .col-2-left {
267
258
display : block;
268
259
column-count : 1 ;
269
260
}
270
261
}
271
262
272
- @media (max-width : 850 px ) {
273
- .page-cheatmd section .col-2-left {
274
- display : block;
263
+ @media (max-width : 1200 px ) {
264
+ .page-cheatmd section .col-3 ,
265
+ . page-cheatmd section . col-2 {
275
266
column-count : 1 ;
276
267
}
277
268
280
271
}
281
272
}
282
273
283
- @media (max-width : 768 px ) {
274
+ @media (max-width : 1000 px ) {
284
275
.page-cheatmd section .col-4 > ul > li {
285
276
flex : 0 0 33% ;
286
277
}
290
281
}
291
282
}
292
283
293
- @media (max-width : 680px ) {
294
- .page-cheatmd section .col-3 {
295
- column-count : 1 ;
296
- }
297
-
298
- .page-cheatmd section .col-2 {
299
- column-count : 1 ;
300
- }
301
- }
302
-
303
- @media (max-width : 480px ) {
284
+ @media (max-width : 600px ) {
304
285
.page-cheatmd section .col-4 > ul > li {
305
286
flex : 0 0 50% ;
306
287
}
You can’t perform that action at this time.
0 commit comments