|
|
|
|
@ -12,7 +12,7 @@ export default function SignInLayout({ children }: any) {
|
|
|
|
|
<div className={cn('flex w-full shrink-0 flex-col rounded-2xl border border-effects-highlight bg-background-default-subtle')}>
|
|
|
|
|
{/* <Header /> */}
|
|
|
|
|
<div className={cn('flex w-full grow flex-col items-center justify-center px-6 md:px-[108px]')}>
|
|
|
|
|
<div className='flex flex-col md:w-[440px] lg:w-[600px]'>
|
|
|
|
|
<div className='flex justify-center md:w-[440px] lg:w-[600px]'>
|
|
|
|
|
{children}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|