mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Fix comment position in assets/scss/_content.scss
(#38281)
This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
.bd-content {
|
.bd-content {
|
||||||
// Offset content from fixed navbar when jumping to headings
|
|
||||||
> h2,
|
> h2,
|
||||||
> h3,
|
> h3,
|
||||||
> h4 {
|
> h4 {
|
||||||
--bs-heading-color: var(--bs-emphasis-color);
|
--bs-heading-color: var(--bs-emphasis-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Offset content from fixed navbar when jumping to headings
|
||||||
> h2:not(:first-child) {
|
> h2:not(:first-child) {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user