From b7f44ae5295d3a2c4944351015336c18f444f588 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Jul 2025 17:35:48 +0200 Subject: [PATCH] feat: :adhesive_bandage: apply smooth scrolling across site --- src/components/head/page-head-style.webc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/head/page-head-style.webc b/src/components/head/page-head-style.webc index 3ca802e..9797a93 100644 --- a/src/components/head/page-head-style.webc +++ b/src/components/head/page-head-style.webc @@ -2,6 +2,7 @@ :root { font-family: var(--font-family-copy); font-size: var(--font-size); + scroll-behavior: smooth; } * {