mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 06:34:24 +01:00
style: increase paragraph spacing in reader view to 1.5rem
This commit is contained in:
@@ -115,8 +115,8 @@
|
||||
margin-bottom: 0.5rem;
|
||||
color: var(--color-text);
|
||||
}
|
||||
.reader-markdown p { margin: 1rem 0; }
|
||||
.reader-html p { margin: 1rem 0; }
|
||||
.reader-markdown p { margin: 1.5rem 0; }
|
||||
.reader-html p { margin: 1.5rem 0; }
|
||||
.reader-html div, .reader-html span, .reader-html li, .reader-html td, .reader-html th { font-size: 1em !important; }
|
||||
/* Lists */
|
||||
.reader-markdown ul, .reader-html ul {
|
||||
|
||||
Reference in New Issue
Block a user