fix width size
This commit is contained in:
@@ -26,8 +26,8 @@ const Login = () => {
|
||||
}
|
||||
}
|
||||
|
||||
return <div>
|
||||
<Card className="mx-auto mt-10 w-96 overflow-hidden p-2">
|
||||
return <div className="flex justify-center">
|
||||
<Card className="mx-5 mt-10 w-full max-w-96 overflow-hidden p-2">
|
||||
<form onSubmit={handleSubmit}>
|
||||
<h1 className="-mx-2 -mt-1 mb-2 bg-blue-500 px-2 py-1 text-center text-lg font-bold">
|
||||
Connexion
|
||||
|
||||
Reference in New Issue
Block a user