From 6f61b9890e7a8978f7fac74200f26b9e05f79461 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 20 Jan 2026 19:22:53 -0500 Subject: increase header margin --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 877aeb4..974331e 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ body { background: #fff; width: var(--linewid); margin: 0 auto; - padding: .3in .5em; + padding: .35in .5em; } /* Typeface */ @@ -30,16 +30,12 @@ body { font-size: 12pt; font-family: 'IBM Plex Serif', sans-serif; font-weight: var(--regular-weight); + line-height: 1.35em; font-kerning: normal; text-rendering: optimizeLegibility; color: #000; } -/* Body text spacing */ -body { - line-height: 1.35em; -} - header { display: flex; justify-content: space-between; -- cgit v1.2.3