Skip to content

Commit

Permalink
feat: better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 10, 2024
1 parent 7c99f00 commit fddef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const App: React.FC = () => {
}, [throttledToast]);

return (
<div className="flex flex-col items-center justify-center min-h-screen pt-12">
<div className="flex flex-col items-center justify-center min-h-screen py-8">
<Header />
<Form />
<Footer version={version} />
Expand Down

0 comments on commit fddef58

Please sign in to comment.