tweaked scaling

This commit is contained in:
ari melody 2024-04-03 23:12:11 +01:00
parent 4a126e9b81
commit 3996e72479
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -29,14 +29,14 @@ body {
justify-content: center;
font-family: "Lora", serif;
font-size: 2rem;
font-size: 1.5rem;
color: var(--foreground);
background-color: var(--background);
}
main {
width: min(900px, calc(100vw - 4rem));
width: min(720px, calc(100vw - 4rem));
margin: -2rem auto 0 auto;
text-align: center;
}