mirror of
https://github.com/kikobar/mastodon.git
synced 2025-01-01 18:54:18 +00:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
|
.no-list {
|
||
|
list-style: none;
|
||
|
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
}
|