diff options
| author | Julien Déramond <[email protected]> | 2023-03-23 13:31:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-23 14:31:24 +0200 |
| commit | aadfe7edce1a7ad3fa102eccb4d561466de9cb9b (patch) | |
| tree | deb27c8d5d1839e2e00ae3a68f6ebb034d483e96 | |
| parent | 99867eb9ba14f72d2c6a20edeea9188c110cc2cd (diff) | |
| download | bootstrap-aadfe7edce1a7ad3fa102eccb4d561466de9cb9b.tar.xz bootstrap-aadfe7edce1a7ad3fa102eccb4d561466de9cb9b.zip | |
Fix comment position in `assets/scss/_content.scss` (#38281)
| -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; } |
