From cd8f770807dba423ebd081f309a032b1e977b9f9 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:05:33 +0000 Subject: [PATCH] Fix: Make login button visible on small screens --- src/components/auth/AuthButtons.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/auth/AuthButtons.tsx b/src/components/auth/AuthButtons.tsx index 472c9628..3f1a8c95 100644 --- a/src/components/auth/AuthButtons.tsx +++ b/src/components/auth/AuthButtons.tsx @@ -43,17 +43,16 @@ export function AuthButtons() { if (!user) { return ( <> - +