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 7e0eb19 commit 527ccd3Copy full SHA for 527ccd3
.vitepress/theme/custom.scss
@@ -65,6 +65,10 @@ main {
65
h2, .h2 { font-size: 24px; margin: 4em 0 2em; padding-top: 12px; }
66
h3, .h3 { font-size: 20px; margin: 3em 0 1em; }
67
h4, .h4 { font-size: 17px; margin: 2em 0 1em; }
68
+
69
+ // Set margin-bottom to group groups of h3/h4 together, as in req.error/warn/info/notify
70
+ h3, h4 { margin-bottom: 0em; }
71
72
h1 + .subtitle {
73
margin: -40px 0 48px;
74
font-size: 1.7em;
0 commit comments