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

17 lines
264 B
SCSS
Raw Normal View History

2019-03-21 22:51:27 -07:00
.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: "" }
}
}