diff --git a/app/(auth)/signup/email/components/signup-footer.tsx b/app/(auth)/signup/email/components/signup-footer.tsx index 67e0d66..debdb08 100644 --- a/app/(auth)/signup/email/components/signup-footer.tsx +++ b/app/(auth)/signup/email/components/signup-footer.tsx @@ -4,7 +4,7 @@ import { Link } from '@/components/link' export const SignUpFooter = () => { return ( { align="center" fontSize="xs" color="gray.600" - mt={{ base: '38px', md: '42px' }} + mt={{ base: '38px', md: '32px' }} > By signing up, you agree to{' '} diff --git a/app/(auth)/signup/email/components/signup-form.tsx b/app/(auth)/signup/email/components/signup-form.tsx index 00c329c..f38d4f9 100644 --- a/app/(auth)/signup/email/components/signup-form.tsx +++ b/app/(auth)/signup/email/components/signup-form.tsx @@ -63,13 +63,13 @@ export const SignUpForm = () => { sx={signUpInputStyle} as="form" onSubmit={signUpHandler} - mt={{ base: '38px', md: '42px' }} + mt={{ base: '38px', md: '32px' }} gap={{ base: '30px', md: '40px' }} p="0%" w={{ base: '90vw', md: 'unset' }} maxW="500px" > - + Email { diff --git a/app/(auth)/signup/email/page.tsx b/app/(auth)/signup/email/page.tsx index b0780fe..4398119 100644 --- a/app/(auth)/signup/email/page.tsx +++ b/app/(auth)/signup/email/page.tsx @@ -12,27 +12,23 @@ export default function SignUp() {