commit 1e98f964c8851627d770aa868e510c1c896d241b parent d717c2bca71e33c0a5c9cc4a10c258eba57230d1 Author: Lou Woell <lou.woell@posteo.de> Date: Sun, 6 Oct 2024 15:19:50 +0200 Smooth Scrolling for anchor links Diffstat:
| M | assets/css/main.scss | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/assets/css/main.scss b/assets/css/main.scss @@ -1,5 +1,6 @@ html { box-sizing: border-box; + scroll-behavior: smooth; } *,