initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.root {
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
inline-size: 100%;
|
||||
block-size: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.li:not(:last-of-type) {
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user