From 3416521f896150bfeedd834331e88702bb61f6dd Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 1 May 2026 02:00:46 +0100 Subject: [PATCH] increase line height, reduce dt mt --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index e021ae2..e92399d 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { max-width: 70ch; - line-height: 1.2; + line-height: 1.3; margin: 0; padding: 1rem; } @@ -10,7 +10,7 @@ h1, h2, h3, h4, h5, h6 { } dt:not(:first-child) { - margin-top: 0.5rem; + margin-top: 0.3rem; } h3 {