Skip to content

Commit 527ccd3

Browse files
committed
.
1 parent 7e0eb19 commit 527ccd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vitepress/theme/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ main {
6565
h2, .h2 { font-size: 24px; margin: 4em 0 2em; padding-top: 12px; }
6666
h3, .h3 { font-size: 20px; margin: 3em 0 1em; }
6767
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+
6872
h1 + .subtitle {
6973
margin: -40px 0 48px;
7074
font-size: 1.7em;

0 commit comments

Comments
 (0)