Skip to content

Commit 38eab24

Browse files
committed
docs: increase header spacing
1 parent 15f9a1e commit 38eab24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/static/styles/_typography.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,21 @@ h1 {
6666
h2 {
6767
font-size: 1.5rem;
6868
line-height: 2rem;
69+
margin-top: 3.5rem;
6970
margin-bottom: 16px;
7071
}
7172

7273
h3 {
7374
font-size: 1.25rem;
7475
line-height: 1.875rem;
75-
margin-top: 24px;
76+
margin-top: 2.5rem;
7677
margin-bottom: 8px;
7778
}
7879

7980
h4 {
8081
font-size: 1.125rem;
8182
line-height: 1.75rem;
83+
margin-top: 1.5rem;
8284
margin-bottom: 8px;
8385
}
8486

0 commit comments

Comments
 (0)