commit 18ed3a85654c32979905f20e43fc636d66bfd92d
parent 54dbb5661a90ec5874ccc2455f1a7ab4f89016b2
Author: Hunter
Date:   Fri,  1 Aug 2025 16:20:42 -0400

pwa guide: add smooth scrolling for hint link

Diffstat:
Mpages/pwa/index.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/pages/pwa/index.html b/pages/pwa/index.html @@ -6,6 +6,10 @@ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💡</text></svg>"> <title>PWA Installation Guide</title> <style> + html { + scroll-behavior: smooth; + } + body { font-family: serif; max-width: 800px;