Skip to content

Commit 5b7931e

Browse files
authored
Update custom.css
1 parent 0de595e commit 5b7931e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/css/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ html[data-theme='dark'] {
1010
margin: 0 auto;
1111
max-width: 1100px;
1212
padding: 0 70px;
13+
margin-top: 30px;
1314
}
1415

15-
.headings {
16-
font-size: 50px;
16+
.help-heading-1 {
17+
font-size: 3em;
18+
margin-bottom: 30px;
19+
}
20+
21+
.help-heading-2 {
22+
font-size: 2.5em;
1723
margin: 30px 0;
1824
}
1925

0 commit comments

Comments
 (0)