Skip to content

Commit 95d8da9

Browse files
committed
Use Smooth Scroll
1 parent b26e22c commit 95d8da9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import "tailwindcss";
22

3+
html {
4+
scroll-behavior: smooth;
5+
}
6+
37
@theme {
48
/* Brand colors */
59
--color-primary-500: #4527a0;

0 commit comments

Comments
 (0)