Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWeb30 committed Jan 10, 2025
1 parent 3a73179 commit c216e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/home/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const CtaBlock = () => {
<Dot className="translate-y-4" />
<Hand className="max-w-[100px] scale-x-[-1]" />
</div>
<div className="w-full md:max-w-max lg:max-w-[400px]">
<div className="w-full md:max-w-max">
<PredictFutureBtn />
</div>
<Sunburst className="block md:hidden" />
Expand Down

0 comments on commit c216e2e

Please sign in to comment.