Skip to content

Commit

Permalink
💄 #38 Remove maxWidth:300 of contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
pitang1965 committed Sep 5, 2022
1 parent 52d3b22 commit 065168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ContactPage: NextPage = () => {
Contact
</Title>
<Divider mt='sm' />
<Box sx={{ maxWidth: 300 }} mx='auto'>
<Box mx='auto'>
<form onSubmit={form.onSubmit(handleSubmit)}>
<Space h='md' />

Expand Down

1 comment on commit 065168c

@vercel
Copy link

@vercel vercel bot commented on 065168c Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.