From 4d7ae2e7290ce1d7e1e80e9bde9e248776e31327 Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 4 Jun 2026 17:40:05 -0300 Subject: [PATCH] Tweak paragraph and header spacing --- static/public/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/public/assets/style.css b/static/public/assets/style.css index 8afbacd..b92a157 100644 --- a/static/public/assets/style.css +++ b/static/public/assets/style.css @@ -34,6 +34,7 @@ p:not(.quote-citation), section li { section p { line-height: 2; + margin: 4px 0 16px; } pre { @@ -178,7 +179,7 @@ main h2 { h1, h2, h3, h4, h5, h6 { font-weight: 1; - margin: 10px 0; + margin: 10px 0 5px; overflow-wrap: break-word; }