diff --git a/style.css b/style.css index ba59bf6..ada5699 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ +html { + scroll-behavior: smooth; +} + body { margin: 0px; - scroll-behavior: smooth; padding-top: 100dvh; }