We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14f342 commit bd8abfbCopy full SHA for bd8abfb
.docfx/template/public/main.css
@@ -212,7 +212,11 @@ article h1+.facts+.codewrapper.deprecated>pre>code {
212
/** article */
213
214
article h1,
215
-article h2 {
+article h2,
216
+article h3,
217
+article h4,
218
+article h5,
219
+article h6 {
220
margin-top: 1.6rem;
221
}
222
@@ -221,7 +225,11 @@ article h1+h2 {
225
226
223
227
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 {
233
margin-top: 0;
234
235
0 commit comments