Cosmetic change in quote CSS #347

Open
subtype wants to merge 2 commits from subtype/akkoma-fe:css_quote_margin into develop
Showing only changes of commit fb909e2126 - Show all commits

View file

@ -1,6 +1,6 @@
.RichContent {
blockquote {
margin: 0.2em 0 0.2em 2em;
margin-left: 2em;
font-style: italic;
}