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:
parent
eb5cb2e923
commit
0e101ef1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue