mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
13 lines
239 B
CSS
13 lines
239 B
CSS
|
.geist-list {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
margin: __ident__;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.geist-list :global(> .geist-list-item) {
|
||
|
padding: __ident__;
|
||
|
flex-grow: 0;
|
||
|
flex-basis: __ident__%;
|
||
|
min-width: 0;
|
||
|
}
|