Add gap between login and signup buttons

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-21 20:27:29 -05:00
parent b5a8e1fe7b
commit bda88d8218

View File

@ -3315,7 +3315,9 @@ input::placeholder {
} }
.auth-prompt .button-group { .auth-prompt .button-group {
display: flex;
justify-content: center; justify-content: center;
gap: 12px;
} }
.auth-prompt.hidden { .auth-prompt.hidden {