From 3996e7247981ec14df4fe133b52a536ac56137c2 Mon Sep 17 00:00:00 2001 From: ari melody Date: Wed, 3 Apr 2024 23:12:11 +0100 Subject: [PATCH] tweaked scaling --- public/style/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }