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