From ef5994989bcdb907208144e38497533b19a67e65 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 14 Nov 2020 11:55:11 +0100 Subject: [PATCH] Smooth scroll --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 015c961..6f3984c 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,7 @@ html, body { margin: 0; padding: 0; + scroll-behavior: smooth; } body {