From c3cc4813c8118421a79f0e7196f60a7db1a29101 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Thu, 25 Dec 2025 15:40:21 -0500 Subject: [PATCH] Set a scroll margin to top --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 3d1e16c..7bef2ad 100644 --- a/style.css +++ b/style.css @@ -176,6 +176,7 @@ body { letter-spacing: 0.04em; animation: fade-up 0.6s ease both; animation-delay: var(--entry-delay, 0s); + scroll-margin-top: 1rem; } .entry-title:target {