From bda88d82187055de1a8f2db269b40d316ace30f0 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 21 Feb 2026 20:27:29 -0500 Subject: [PATCH] Add gap between login and signup buttons Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/style.css b/client/style.css index 0b419fa..638a2e5 100644 --- a/client/style.css +++ b/client/style.css @@ -3315,7 +3315,9 @@ input::placeholder { } .auth-prompt .button-group { + display: flex; justify-content: center; + gap: 12px; } .auth-prompt.hidden {