mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 16:33:24 +00:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
.no-list {
|
|
list-style: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
}
|