feat: decrease font size overall to better fit on small screens

This commit is contained in:
wi11-holdsworth 2026-03-07 15:22:22 +11:00
parent 233e1ce532
commit fd3fd2088e

View file

@ -2,7 +2,6 @@ html {
background-color: var(--background-color); background-color: var(--background-color);
color: var(--color); color: var(--color);
font-family: sans-serif; font-family: sans-serif;
font-size: large;
line-height: 1.4; line-height: 1.4;
margin: 2em auto; margin: 2em auto;
max-width: 800px; max-width: 800px;
@ -34,7 +33,7 @@ h1 {
header { header {
h1 { h1 {
font-size: 2.5em; font-size: 2.4em;
font-family: serif; font-family: serif;
} }
} }