From 2303ae8f58ede52ca28b1107e74bb055263cd1bd Mon Sep 17 00:00:00 2001 From: Michael Pivato Date: Mon, 4 Mar 2024 14:52:45 +1030 Subject: [PATCH] Remove padding top from first heading. There's already some padding in main, and I'd prefer to keep the aside inline with the heading --- site.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site.css b/site.css index 0c5652d..daca582 100644 --- a/site.css +++ b/site.css @@ -2,10 +2,6 @@ display: none; } -h1 { - padding-top: 20px; -} - @media (min-width: 992px) { main { --block-spacing-horizontal: calc(var(--spacing) * 1.75);