summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
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;
}