From 4717a44f56626c7a98a55854ad1b7d34f63d16e3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 3 Aug 2025 17:07:31 -0400 Subject: [PATCH] fix login --- src/styles/page.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/page.css b/src/styles/page.css index 8551563..ca95247 100644 --- a/src/styles/page.css +++ b/src/styles/page.css @@ -3,10 +3,9 @@ body { flex-direction: column; align-items: center; justify-content: center; - & main > form { + & main form { & * { display: block; - max-width: 40rem; width: 100%; }