fix: update SignUpPage component styling to use full screen height (#4510)

refactor: Update SignUpPage component styling to use full screen height
This commit is contained in:
anovazzi1 2024-11-12 09:12:45 -03:00 committed by GitHub
commit 0e101ef1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ export default function SignUp(): JSX.Element {
const data = Object.fromEntries(new FormData(event.currentTarget));
event.preventDefault();
}}
className="h-full w-full"
className="h-screen w-full"
>
<div className="flex h-full w-full flex-col items-center justify-center bg-muted">
<div className="flex w-72 flex-col items-center justify-center gap-2">