From 4556f01f7ba735c1367719554a34ec868f5aa961 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 15 Jul 2025 20:02:00 +0800 Subject: tweak styles --- app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.css b/app.css index a613c06..95f27c3 100644 --- a/app.css +++ b/app.css @@ -88,7 +88,7 @@ fieldset { body { display: grid; - grid: max-content max-content 7.5rem / auto; + grid: max-content max-content 10rem / auto; justify-content: center; font-family: "Inter", sans-serif; color: var(--color-white); -- cgit v1.2.3