Skip to content

Commit 46a5681

Browse files
committed
style: reduce gap between main title and subtitle
1 parent e8fdd31 commit 46a5681

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,13 @@ code {
5454
/* Hide the logo in the header - Force override */
5555
.md-header__button.md-logo {
5656
display: none !important;
57+
}
58+
59+
/* Tighten spacing between Title and Subtitle */
60+
.md-typeset h1 {
61+
margin-bottom: 0.2rem !important;
62+
}
63+
64+
.md-typeset h1 + p {
65+
margin-top: 0 !important;
5766
}

0 commit comments

Comments
 (0)