make body text bigger and add top margin

This commit is contained in:
Aadil Ayub 2023-04-13 15:48:14 +00:00
parent c8500cc586
commit 1ff58a7c5b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ body {
color: white;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1.5;
font-size: 18px;
margin-top: 6rem;
}
a, a:link {