fix layout

This commit is contained in:
2024-08-15 17:49:20 +02:00
parent d568b5629d
commit a39e54d613
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ const Login: NextPage = () => {
}
return (
<div className={"mt-10 flex h-full items-center justify-center"}>
<Card className={"w-96"}>
<div className={"mt-10 flex h-full items-center justify-center p-4"}>
<Card className={"w-full max-w-96"}>
<CardHeader>
<CardTitle>Sign In</CardTitle>
</CardHeader>

View File

@@ -20,8 +20,8 @@ const Login: NextPage = () => {
}
return (
<div className={"mt-10 flex h-full items-center justify-center"}>
<Card className={"w-96"}>
<div className={"mt-10 flex h-full items-center justify-center p-4"}>
<Card className={"w-full max-w-96"}>
<CardHeader>
<CardTitle>Sign up</CardTitle>
</CardHeader>