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 852d3b8 commit ae80e99Copy full SHA for ae80e99
src/styles/global.css
@@ -57,3 +57,9 @@ html[data-theme="dark"] {
57
.active-nav {
58
@apply underline decoration-wavy decoration-2 underline-offset-4;
59
}
60
+
61
+/* Source: https://piccalil.li/blog/a-more-modern-css-reset/ */
62
+/* Anything that has been anchored to should have extra scroll margin */
63
+:target {
64
+ scroll-margin-block: 1rem;
65
+}
0 commit comments