forked from AkkomaGang/akkoma-fe
Changed RichContent.blockquote to only have margin-left 2em
This commit is contained in:
parent
16467d2e19
commit
fb909e2126
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
.RichContent {
|
||||
blockquote {
|
||||
margin: 0.2em 0 0.2em 2em;
|
||||
margin-left: 2em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue