Skip to content

Commit

Permalink
fix: padding on claim page
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Jun 11, 2024
1 parent e5475a1 commit d0235a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/app/claim/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ClaimCard } from './ClaimCard';
export default function Page() {
return (
<Container className="pt-16 max-w-[1440px]">
<div className="md:w-[70%] lg:w-[50%] sm:mt-24 mx-auto">
<div className="md:w-[70%] lg:w-[50%] mx-auto">
<ClaimCard />
</div>
</Container>
Expand Down

0 comments on commit d0235a7

Please sign in to comment.