Skip to content

Commit 574348b

Browse files
committed
[default.css] Reduce top margin of Hn if it immediately follows a Hn+1.
1 parent 6b84e89 commit 574348b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ h1 + h2 { margin-top: 0; }
3838

3939
h4 { margin-top: 4em; }
4040

41+
h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 1.2em }
42+
4143
p, div.note, div.issue {
4244
margin-top: 1em;
4345
margin-bottom: 1em;

0 commit comments

Comments
 (0)