summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-12-06 15:45:53 +0100
committerOrangerot <purple@orangerot.dev>2024-12-06 15:47:52 +0100
commit037f30fe8bec7265db275227596b0f4eb776f671 (patch)
tree98a25e8ea655aaace4f2eafd63b809d19e8b52f1 /style.css
parent2a0bad598ba401786f834e614199a8147ae44fbd (diff)
feat: buttons to open/close settings on mobile using anchors
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;
+}