mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 00:31:34 +01:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
|
.no-list {
|
||
|
list-style: none;
|
||
|
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
}
|