diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-06 15:45:53 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-06 15:47:52 +0100 |
commit | 037f30fe8bec7265db275227596b0f4eb776f671 (patch) | |
tree | 98a25e8ea655aaace4f2eafd63b809d19e8b52f1 /style.css | |
parent | 2a0bad598ba401786f834e614199a8147ae44fbd (diff) |
feat: buttons to open/close settings on mobile using anchors
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ html, body { - margin: 0px; -}
\ No newline at end of file + margin: 0px; + scroll-behavior: smooth; +} |