feat: smooth scrolling

This commit is contained in:
Ayo Ayco 2024-05-01 16:58:44 +02:00
parent 3707ac17e6
commit be359915d7

View file

@ -19,6 +19,9 @@
<link rel="stylesheet" href="https://webcomponent.io/reset.css" />
<style>
html {
scroll-behavior: smooth;
}
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
max-width: 600px;