Skip to content

Commit

Permalink
Update padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 15, 2024
1 parent 42f7f91 commit aeda07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const App = () => {
});

return (
<div className="w-full min-h-screen bg-ens-light-background-secondary pt-12">
<div className="w-full min-h-screen bg-ens-light-background-secondary pt-12 px-4">
<div className="p-4 border-ens-light-border text-center bg-ens-light-background-primary text-ens-light-text-primary mx-auto max-w-xl w-full border rounded-xl space-y-4">
<h1 className="font-bold text-2xl">Claim Music Stage POAP</h1>
<p>Click the button below to claim your POAP.</p>
Expand Down

0 comments on commit aeda07b

Please sign in to comment.