We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90927b7 commit 159e8eeCopy full SHA for 159e8ee
index.html.backup
styles/main.css
@@ -2,7 +2,7 @@
2
body {
3
font-family: 'Benne', serif;
4
line-height: 1.8;
5
- font-weight: 400;
+ font-weight: 500; /* Slightly bolder if available */
6
max-width: 800px;
7
margin: 0 auto;
8
padding: 20px;
@@ -20,7 +20,8 @@ h1 {
20
}
21
22
h2 {
23
- margin: 20px;
+ margin-top: 20px; /* Only adjusting top margin */
24
+ margin-bottom: 15px; /* Adding some bottom space */
25
color: #1a1a1a;
26
font-weight: normal;
27
font-size: 1.5em;
0 commit comments