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 e8fdd31 commit 46a5681Copy full SHA for 46a5681
docs/stylesheets/extra.css
@@ -54,4 +54,13 @@ code {
54
/* Hide the logo in the header - Force override */
55
.md-header__button.md-logo {
56
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;
66
}
0 commit comments