Skip to content

Commit

Permalink
New Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nachat-ayoub committed Feb 20, 2024
1 parent 86f8aea commit c7ee833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function App() {
</p>

<form
className='w-full px-4 md:px-10 flex justify-center items-center flex-col gap-y-4'
className='w-full max-w-[42rem] px-4 md:px-10 flex justify-center items-center flex-col gap-y-4'
onSubmit={handleSubmit}
>
<div className='flex items-center justify-center w-full gap-x-4'>
Expand Down

0 comments on commit c7ee833

Please sign in to comment.