diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 40d4c2e9..c3b5775a 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -115,8 +115,9 @@ margin-bottom: 0.5rem; color: var(--color-text); } -.reader-markdown p { margin: 0.5rem 0; } -.reader-html p, .reader-html div, .reader-html span, .reader-html li, .reader-html td, .reader-html th { font-size: 1em !important; } +.reader-markdown p { margin: 1rem 0; } +.reader-html p { margin: 1rem 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 { list-style-type: disc;