Formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user