2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix comment position in assets/scss/_content.scss (#38281)

This commit is contained in:
Julien Déramond
2023-03-23 13:31:24 +01:00
committed by GitHub
parent 99867eb9ba
commit aadfe7edce
+1 -1
View File
@@ -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;
}