Skip to content

Commit 9d78bbc

Browse files
authored
Fixing h4 and h5 header font sizes (github#20782)
* Fixing h4 and h5 font sizes * remove line space
1 parent 7f52856 commit 9d78bbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylesheets/headings.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ h3 {
3030
h3 {
3131
font-size: 1em;
3232
}
33+
h4 {
34+
font-size: 0.875em;
35+
}
36+
h5 {
37+
font-size: 0.85em;
38+
}
3339
}
3440

3541
// needs specificity to override

0 commit comments

Comments
 (0)