File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -196,14 +196,16 @@ ul {
196
196
margin : 0 ;
197
197
list-style-type : none ;
198
198
height : 100% ;
199
+ display : flex ;
200
+ flex-wrap : wrap ;
201
+ padding : 10px ;
199
202
}
200
203
201
204
li {
202
205
border : 1px solid #aaa ;
203
206
border-radius : 6px ;
204
207
float : left ;
205
208
margin : 5px ;
206
- margin-bottom : 20px ;
207
209
padding : 5px ;
208
210
width : 70px ;
209
211
height : 100px ;
@@ -283,14 +285,16 @@ ul {
283
285
margin : 0 ;
284
286
list-style-type : none ;
285
287
height : 100% ;
288
+ display : flex ;
289
+ flex-wrap : wrap ;
290
+ padding : 10px ;
286
291
}
287
292
288
293
li {
289
294
border : 1px solid #aaa ;
290
295
border-radius : 6px ;
291
296
float : left ;
292
297
margin : 5px ;
293
- margin-bottom : 20px ;
294
298
padding : 5px ;
295
299
width : 70px ;
296
300
height : 100px ;
@@ -377,14 +381,16 @@ ul {
377
381
margin: 0 ;
378
382
list- style- type: none;
379
383
height: 100 % ;
384
+ display: flex;
385
+ flex- wrap: wrap;
386
+ padding: 10px ;
380
387
}
381
388
382
389
li {
383
390
border: 1px solid #aaa;
384
391
border- radius: 6px ;
385
392
float: left;
386
393
margin: 5px ;
387
- margin- bottom: 20px ;
388
394
padding: 5px ;
389
395
width: 70px ;
390
396
height: 100px ;
@@ -467,14 +473,16 @@ ul {
467
473
margin: 0 ;
468
474
list- style- type: none;
469
475
height: 100 % ;
476
+ display: flex;
477
+ flex- wrap: wrap;
478
+ padding: 10px ;
470
479
}
471
480
472
481
li {
473
482
border: 1px solid #aaa;
474
483
border- radius: 6px ;
475
484
float: left;
476
485
margin: 5px ;
477
- margin- bottom: 20px ;
478
486
padding: 5px ;
479
487
width: 70px ;
480
488
height: 100px ;
You can’t perform that action at this time.
0 commit comments