Skip to content

Commit 5dc4330

Browse files
committed
Visual improvements to the font weight of headers
1 parent 048f23c commit 5dc4330

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,18 @@ h1, h2, h3, h4, h5, h6 {
4545
}
4646

4747
h1 {
48-
font-size: 32px;
48+
font-size: 30px;
4949
a {
5050
color: inherit;
5151
}
5252
}
5353

5454
h2 {
55-
font-weight: 400;
5655
font-size: 24px;
5756
}
5857

5958
h3 {
60-
font-size: 18px;
59+
font-size: 20px;
6160
}
6261

6362
h4 {

0 commit comments

Comments
 (0)