mastodon/app/javascript/flavours/glitch/styles/monsterpit.about.scss

17 lines
264 B
SCSS

.landing .box-widget { text-align: center; }
.rich-formatting td {
ul {
list-style: none;
margin: 0;
li {
margin: 0;
padding: 0;
line-height: 18px;
}
li:after { content: "," }
li:last-child:after { content: "" }
}
}