From 50b8083996fbb4f23bb39c2eb31587cc641a194c Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Tue, 13 Jan 2026 08:49:21 -0500 Subject: [PATCH] Add scroll margin spacing --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 56c1599..7c7dc0f 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,10 @@ h2 { font-weight: normal; } +section { + scroll-margin-top: 10px; +} + .country { margin-bottom: 1.5rem; }