Skip to content

Commit 2e89412

Browse files
authored
smaller H4 tag
Both H3 & H4 have the same size & style on the live docs site. This is confusing, since some sections have multiple H4 right after an H3. Shrinking the H4 improve readability of the docs. Thanks for all your work!
1 parent 5cf2fbb commit 2e89412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/css/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ html h2 {
101101
html h3 {
102102
font-size: 1.5em;
103103
}
104+
html h4 {
105+
font-size: 1.25em;
106+
}
104107
html p {
105108
margin: 0 0 0.8em;
106109
}

0 commit comments

Comments
 (0)