From fe940c0ed556bceec5d7fa8000d5e07c98b67249 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 15 May 2021 23:17:28 +0200 Subject: [PATCH] Smooth scroll --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 8d387e1..b63ce88 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,8 @@ font-family: moderat; src: url(moderat.otf); } + + html { scroll-behavior: smooth } body { margin: 0; font-family: moderat, sans-serif;