From ddf9bb79e2dbc0d4dc9480a497594316f838ca7b Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 1 Jul 2026 13:57:05 -0500 Subject: [PATCH] Add scroll padding --- public/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index f0a35ca..032950b 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -157,6 +157,7 @@ body { html { font-size: 13px; height: 100%; + scroll-padding-top: var(--space-2xl); } abbr { cursor: help; @@ -240,7 +241,6 @@ body { font-size: var(--step-0); height: 100cqh; padding-inline: var(--grid-gutter); - /*! width: 100vw; */ } button { align-items: center; @@ -715,6 +715,7 @@ article > .post-image, nav { background-color: var(--nav-footer-color); border-bottom: var(--border-header-footer); + height: var(--space-xl); left: 0; margin-left: calc(var(--grid-gutter) * -1); margin-right: calc(var(--grid-gutter) * -1);