Increase font size and line spacing

This commit is contained in:
Luca 2023-03-11 14:02:10 +01:00
parent fdc9d9d3b1
commit a960b17da4
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ body {
display: flex;
flex-direction: column;
font-family: "Maven Pro", sans-serif;
font-size: 18px;
line-height: 1.5;
margin: 0 auto;
max-width: $large;
min-height: 100vh;