Skip to content

Commit e8712eb

Browse files
Fix scroll to section
1 parent 261038a commit e8712eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/globals.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
22

3+
html {
4+
scroll-behavior: smooth;
5+
scroll-padding-top: 100px;
6+
}
7+
38
html,
49
body,
510
#__next {

0 commit comments

Comments
 (0)