style: smooth scrolling

This commit is contained in:
Ayo Ayco 2025-01-04 00:03:09 +01:00
parent bb0908067b
commit 3c3c8fa2a4

View file

@ -21,6 +21,9 @@ const { title, description } = Astro.props
<Nav links={links} />
<slot />
<style>
html {
scroll-behavior: smooth;
}
html,
body,
* {