Skip to content

Commit bd8abfb

Browse files
css: more spaces for heading
1 parent b14f342 commit bd8abfb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.docfx/template/public/main.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,11 @@ article h1+.facts+.codewrapper.deprecated>pre>code {
212212
/** article */
213213

214214
article h1,
215-
article h2 {
215+
article h2,
216+
article h3,
217+
article h4,
218+
article h5,
219+
article h6 {
216220
margin-top: 1.6rem;
217221
}
218222

@@ -221,7 +225,11 @@ article h1+h2 {
221225
}
222226

223227
article h1:first-child,
224-
article h2:first-child {
228+
article h2:first-child,
229+
article h3:first-child,
230+
article h4:first-child,
231+
article h5:first-child,
232+
article h6:first-child {
225233
margin-top: 0;
226234
}
227235

0 commit comments

Comments
 (0)