Skip to content

Commit 35903b8

Browse files
Add missing margin for headers (#1494)
3rd level headers (are not properly aligned) with the text. The change adds missing left margin.
1 parent ca25e85 commit 35903b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/less/content/general.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,12 @@ td, th {
161161
}
162162
}
163163

164-
.detail h2.section-heading {
164+
.detail h1.section-heading,
165+
.detail h2.section-heading,
166+
.detail h3.section-heading,
167+
.detail h4.section-heading,
168+
.detail h5.section-heading,
169+
.detail h6.section-heading {
165170
margin-left: 0.3em;
166171
}
167172

0 commit comments

Comments
 (0)