mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 07:34:28 +01:00
fix: add equal right padding to blockquotes for better mobile layout
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
}
|
}
|
||||||
.reader-markdown blockquote, .reader-html blockquote {
|
.reader-markdown blockquote, .reader-html blockquote {
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
padding: 1rem 0 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.reader-markdown blockquote p, .reader-html blockquote p { margin: 0.5rem 0; }
|
.reader-markdown blockquote p, .reader-html blockquote p { margin: 0.5rem 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user