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 --- index.html | 14 ++++++++++---- style.css | 5 +++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ab3f5af..c2286ef 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ Imagine - Image Editor - - @@ -88,7 +92,9 @@ -
+
+ + 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