We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261038a commit e8712ebCopy full SHA for e8712eb
styles/globals.css
@@ -1,5 +1,10 @@
1
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
2
3
+html {
4
+ scroll-behavior: smooth;
5
+ scroll-padding-top: 100px;
6
+}
7
+
8
html,
9
body,
10
#__next {
0 commit comments