summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index fa56098..d709d30 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,4 @@
html, body {
- margin: 0px;
-} \ No newline at end of file
+ margin: 0px;
+ scroll-behavior: smooth;
+}