From 119de996ed371c56986622c4a6905be3ba3683ae Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 20 Jan 2026 19:35:26 -0500 Subject: spacing --- style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 974331e..f36db38 100644 --- a/style.css +++ b/style.css @@ -50,11 +50,7 @@ header>div:last-child { text-align: right; } -header p { - margin: 0; -} - -p { +main p { margin-bottom: var(--parspace); } @@ -74,12 +70,12 @@ h1 { font-weight: var(--medium-weight); font-size: 1.1em; letter-spacing: .07em; - margin-bottom: .4em; + margin-bottom: .2em; } h2 { margin-top: .5em; - margin-bottom: .2em; + margin-bottom: .15em; } h3 { @@ -107,7 +103,7 @@ ul { li { padding-left: 1.5em; position: relative; - margin-bottom: .15em; + margin-bottom: .2em; } li::before { -- cgit v1.2.3