Skip to content

Commit 86b1753

Browse files
committed
Add scroll-padding-top to give links to methods some breathing room
1 parent 1c50311 commit 86b1753

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/styles/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/* stylelint-disable no-descending-specificity, selector-class-pattern */
2+
3+
html {
4+
scroll-padding-top: var(--spacing-3);
5+
}
6+
27
.article-title-wrapper {
38
display: flex;
49
justify-content: space-between;

0 commit comments

Comments
 (0)