From 65f9ce5e53236cd784e210f65f74d66bc3966ea4 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 1 Aug 2026 14:10:08 -0400 Subject: [PATCH] minor spacing difference --- resources/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/layout.css b/resources/css/layout.css index bbe983d..01f6eec 100644 --- a/resources/css/layout.css +++ b/resources/css/layout.css @@ -260,6 +260,9 @@ hr { p { /*https://pearsonified.com/golden-ratio-typography-intro/ is where this came from and tbh having a bigger line height does make things more readable although I tune it down a bit*/ line-height: 1.5; + /* makes spacing better subjectively speaking*/ + margin-bottom: 1lh; + margin-top:0; } footer {