From ab9caa10ee85030328d2af6204dc0e115091f579 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 5 Sep 2024 08:58:03 +0300 Subject: Improve paragraph style --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2c41f5f..dc87e2b 100644 --- a/static/style.css +++ b/static/style.css @@ -292,6 +292,11 @@ table { margin: 20px 0 30px; } +p { + margin: 20px 0; + line-height: 32px; +} + /* Syntax highlighting, overrides Pandoc generated styles */ code.sourceCode span { color: var(--syntax-0); } code span.al { color: var(--syntax-1); font-weight: bold; } /* Alert */ -- cgit v1.3