Skip to content

Commit 2e4d2b4

Browse files
committed
Correct margins between H1 and an optional subtitle and between the
subtitle and the date + status.
1 parent 98e18d0 commit 2e4d2b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ span.id {float: right; font-weight: bold}
3333
/* General Structural Markup */
3434
h2, h3, h5, h6 { margin-top: 3em; }
3535

36-
h1 + h2 { margin-top: 0; }
36+
/* #subtitle is a subtitle in an H2 under the H1 */
37+
h1 + h2, #subtitle + h2 { margin-top: 0; }
3738

3839
h4 { margin-top: 4em; }
3940

0 commit comments

Comments
 (0)