Skip to content

Commit 335bc1f

Browse files
committed
(feat:CSS) add following declaration: scroll-behavior: smooth; to the HTML
1 parent f2c474b commit 335bc1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
font-weight: 200;
55
}
66

7+
html {
8+
scroll-behavior: smooth;
9+
}
10+
711

812

913
:root {

0 commit comments

Comments
 (0)