Improved mobile layout

This commit is contained in:
Jose Selesan
2026-05-08 11:02:03 -03:00
parent 65295236c5
commit ab22ec86ec
25 changed files with 36 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ function AuthCallbackPage() {
}, [isAuthenticated, navigate]);
return (
<main className="flex min-h-screen w-full items-center justify-center px-6">
<main className="flex min-h-screen w-full items-center justify-center px-3 sm:px-6">
<p className="text-sm text-muted-foreground">Completando sesión...</p>
</main>
);