From ea0e8137422841f36a21449e1db1a54ad51019fe Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 1 May 2026 01:53:14 +0100 Subject: [PATCH] reduced line height, mt on dt --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 9cf6d61..e021ae2 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { max-width: 70ch; - line-height: 1.5; + line-height: 1.2; margin: 0; padding: 1rem; } @@ -9,6 +9,10 @@ h1, h2, h3, h4, h5, h6 { font-size: inherit; } +dt:not(:first-child) { + margin-top: 0.5rem; +} + h3 { font-style: italic; }