mirror of
https://github.com/funamitech/mastodon
synced 2024-12-12 13:48:35 +09:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
|
.no-list {
|
||
|
list-style: none;
|
||
|
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
}
|