From fb15a0747a77bf8f142ce76ddae6721c0ef15a86 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 13 Oct 2025 11:13:29 +0000 Subject: [PATCH] 1.4 Scroll added --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index cf2be18..44a9465 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,6 +9,10 @@ --body-font: 'Lato', sans-serif; } +html { + scroll-behavior: smooth; +} + body { margin: 0; font-family: var(--body-font);