Skip to content

Commit 6e4913a

Browse files
add top margin to headings
1 parent 6bd61a7 commit 6e4913a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylesheets/styles.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88

99
h1, h2, h3, h4, h5, h6 {
1010
color:#222;
11-
margin:0 0 24px;
11+
margin:48px 0 24px;
1212
}
1313

1414
p, ul, ol, table, pre, dl, figure {
@@ -21,6 +21,7 @@ h1, h2, h3, h4 {
2121

2222
h1 {
2323
font-size:28px;
24+
margin-top: 0;
2425
}
2526

2627
.site-title a{

0 commit comments

Comments
 (0)