Skip to content

Commit aff5783

Browse files
committed
Smooth scroll
1 parent 6d7c707 commit aff5783

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77

88
body {
99
font-family: "Inter", "Heebo", sans-serif;
10-
}
10+
}
11+
12+
html {
13+
scroll-behavior: smooth;
14+
}

0 commit comments

Comments
 (0)