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 9404712 commit ebadd01Copy full SHA for ebadd01
src/css/doc.css
@@ -76,6 +76,28 @@
76
font-weight: var(--alt-heading-font-weight);
77
}
78
79
+/* Custom font sizes, because h4 and down were getting really small */
80
+
81
+.doc h2 {
82
+ font-size: 1.7rem;
83
+}
84
85
+.doc h3 {
86
+ font-size: 1.5rem;
87
88
89
+.doc h4 {
90
+ font-size: 1.3rem;
91
92
93
+.doc h5 {
94
+ font-size: 1.1rem;
95
96
97
+.doc h6 {
98
+ font-size: 0.9rem;
99
100
101
.doc h1 code,
102
.doc h2 code,
103
.doc h3 code,
0 commit comments