mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-06-17 11:49:13 +08:00
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 {
|
.RichContent {
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0.2em 0 0.2em 2em;
|
margin-left: 2em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue