From 037f30fe8bec7265db275227596b0f4eb776f671 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Fri, 6 Dec 2024 15:45:53 +0100 Subject: feat: buttons to open/close settings on mobile using anchors --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.css') 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; +} -- cgit v1.2.3