mirror of
https://github.com/dergigi/boris.git
synced 2026-01-18 06:14:27 +01:00
feat(ui): add vertical padding to blockquotes
Add 1rem top and bottom padding to blockquotes for better spacing and visual separation
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
}
|
||||
.reader-markdown blockquote, .reader-html blockquote {
|
||||
margin: 1.5rem 0;
|
||||
padding-left: 2rem;
|
||||
padding: 1rem 0 1rem 2rem;
|
||||
font-style: italic;
|
||||
}
|
||||
.reader-markdown blockquote p, .reader-html blockquote p { margin: 0.5rem 0; }
|
||||
|
||||
Reference in New Issue
Block a user