Formatting

This commit is contained in:
2025-08-06 18:37:47 +02:00
parent b838d0f8d6
commit 012ea2b963
22 changed files with 84 additions and 90 deletions

View File

@@ -11,12 +11,12 @@ export default async function SignInPage() {
}
return (
<div className="min-h-screen flex items-center justify-center bg-background p-4">
<div className="flex justify-center items-center p-4 min-h-screen bg-background">
<Card className="w-full max-w-md shadow-xl">
<CardHeader className="space-y-1 text-center">
<div className="flex justify-center mb-4">
<div className="p-3 bg-primary/10 rounded-full">
<LogIn className="h-8 w-8 text-primary" />
<div className="p-3 rounded-full bg-primary/10">
<LogIn className="w-8 h-8 text-primary" />
</div>
</div>
<CardTitle className="text-2xl font-bold">Welcome back</CardTitle>