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 {
196196 margin : 0 ;
197197 list-style-type : none ;
198198 height : 100% ;
199+ display : flex ;
200+ flex-wrap : wrap ;
201+ padding : 10px ;
199202}
200203
201204li {
202205 border : 1px solid #aaa ;
203206 border-radius : 6px ;
204207 float : left ;
205208 margin : 5px ;
206- margin-bottom : 20px ;
207209 padding : 5px ;
208210 width : 70px ;
209211 height : 100px ;
@@ -283,14 +285,16 @@ ul {
283285 margin : 0 ;
284286 list-style-type : none ;
285287 height : 100% ;
288+ display : flex ;
289+ flex-wrap : wrap ;
290+ padding : 10px ;
286291}
287292
288293li {
289294 border : 1px solid #aaa ;
290295 border-radius : 6px ;
291296 float : left ;
292297 margin : 5px ;
293- margin-bottom : 20px ;
294298 padding : 5px ;
295299 width : 70px ;
296300 height : 100px ;
@@ -377,14 +381,16 @@ ul {
377381 margin: 0 ;
378382 list- style- type: none;
379383 height: 100 % ;
384+ display: flex;
385+ flex- wrap: wrap;
386+ padding: 10px ;
380387}
381388
382389li {
383390 border: 1px solid #aaa;
384391 border- radius: 6px ;
385392 float: left;
386393 margin: 5px ;
387- margin- bottom: 20px ;
388394 padding: 5px ;
389395 width: 70px ;
390396 height: 100px ;
@@ -467,14 +473,16 @@ ul {
467473 margin: 0 ;
468474 list- style- type: none;
469475 height: 100 % ;
476+ display: flex;
477+ flex- wrap: wrap;
478+ padding: 10px ;
470479}
471480
472481li {
473482 border: 1px solid #aaa;
474483 border- radius: 6px ;
475484 float: left;
476485 margin: 5px ;
477- margin- bottom: 20px ;
478486 padding: 5px ;
479487 width: 70px ;
480488 height: 100px ;
You can’t perform that action at this time.
0 commit comments