Reduce overall font size

This commit is contained in:
Daniele Tonon
2023-05-27 12:40:31 +02:00
parent d5c90abb58
commit ab627faf60
3 changed files with 11 additions and 3 deletions

View File

@@ -1,9 +1,14 @@
html {
font-family: Helvetica, sans-serif;
font-size: 20px;
font-size: 19px;
font-weight: 300;
}
@media (max-width: 580px) {
html {
font-size: 18px;
}
}
body {
margin: 0;