mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
fix layout
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user