Skip to content

Commit 90927b7

Browse files
committed
updated font weight in body and h2 margins
1 parent 32723fb commit 90927b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
body {
33
font-family: 'Benne', serif;
44
line-height: 1.8;
5+
font-weight: 400;
56
max-width: 800px;
67
margin: 0 auto;
78
padding: 20px;
@@ -19,7 +20,7 @@ h1 {
1920
}
2021

2122
h2 {
22-
margin-top: 30px;
23+
margin: 20px;
2324
color: #1a1a1a;
2425
font-weight: normal;
2526
font-size: 1.5em;

0 commit comments

Comments
 (0)