We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae84628 commit 75f63a7Copy full SHA for 75f63a7
assets/css/v2/style.css
@@ -59,6 +59,7 @@
59
--flow-gap: 1rem;
60
}
61
62
+/* reset */
63
html,
64
body,
65
p,
@@ -112,6 +113,19 @@ h6,
112
113
font-weight: 500;
114
115
116
+html {
117
+ scroll-behavior: smooth;
118
+}
119
+
120
+h1,
121
+h2,
122
+h3,
123
+h4,
124
+h5,
125
+h6 {
126
+ scroll-margin-top: 1.5rem;
127
128
129
/* header */
130
p {
131
font-weight: 400;
0 commit comments