From b6de2f0963eb612a38622ed61b23a6c5ff6d0474 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 1 Oct 2025 17:05:28 -0500 Subject: [PATCH] spacing fix --- public/css/index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 47bb5a7..1e66a2c 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -304,13 +304,7 @@ section { } .page-block { grid-column: var(--span-grid); - /* font-size: var(--step-1); */ margin: 0; - padding-bottom: var(--space-l); - /*line-height: calc(var(--step-1) * 0.5 + var(--step-1));*/ - &:has(+ a > button) { - padding-bottom: 0; - } } ul { margin: 0;