Skip to content

Commit 742113c

Browse files
committed
restore header margins
1 parent e094a9a commit 742113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232
font-weight: var(--heading-font-weight);
3333
hyphens: none;
3434
line-height: calc((var(--doc-line-height) + 1) / 2);
35-
margin: 17px 0 8px;
35+
margin: 2rem 0 1rem;
3636
}
3737

3838
.doc h1 {

0 commit comments

Comments
 (0)