diff options
| -rw-r--r-- | site/assets/scss/_content.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss index 3ca1dc3b2..ba053dfaf 100644 --- a/site/assets/scss/_content.scss +++ b/site/assets/scss/_content.scss @@ -3,13 +3,13 @@ // .bd-content { - // Offset content from fixed navbar when jumping to headings > h2, > h3, > h4 { --bs-heading-color: var(--bs-emphasis-color); } + // Offset content from fixed navbar when jumping to headings > h2:not(:first-child) { margin-top: 3rem; } |
