Skip to content

Commit 159e8ee

Browse files
committed
fixed h2 margins to be more specific, adjusted font-weight, and added margin-bottom to h2 for better spacing
1 parent 90927b7 commit 159e8ee

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

index.html.backup

Lines changed: 0 additions & 40 deletions
This file was deleted.

styles/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
body {
33
font-family: 'Benne', serif;
44
line-height: 1.8;
5-
font-weight: 400;
5+
font-weight: 500; /* Slightly bolder if available */
66
max-width: 800px;
77
margin: 0 auto;
88
padding: 20px;
@@ -20,7 +20,8 @@ h1 {
2020
}
2121

2222
h2 {
23-
margin: 20px;
23+
margin-top: 20px; /* Only adjusting top margin */
24+
margin-bottom: 15px; /* Adding some bottom space */
2425
color: #1a1a1a;
2526
font-weight: normal;
2627
font-size: 1.5em;

0 commit comments

Comments
 (0)