diff --git a/public/style/main.css b/public/style/main.css index 65465f2..ba7597c 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -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; }