diff options
Diffstat (limited to 'apps/web/app/signin')
| -rw-r--r-- | apps/web/app/signin/page.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/web/app/signin/page.tsx b/apps/web/app/signin/page.tsx index 441187e1..4dc91bec 100644 --- a/apps/web/app/signin/page.tsx +++ b/apps/web/app/signin/page.tsx @@ -11,8 +11,9 @@ export default async function SignInPage() { return ( <div className="grid min-h-screen grid-rows-6 justify-center"> - <div className="row-span-2 flex w-96 items-center justify-center space-x-2"> - <HoarderLogo height={62} gap="12px" /> + <span className="row-span-1" /> + <div className="row-span-1 flex w-96 items-center justify-center space-x-2"> + <HoarderLogo height={100} /> </div> <div className="row-span-4 px-3"> <SignInForm /> |
