Skip to content

Commit

Permalink
Merge pull request #453 from DeXter-on-Radix/restylianos/fix-rewards-…
Browse files Browse the repository at this point in the history
…chest

[Fix]: rewards chest misplaced in mobile screens
  • Loading branch information
dcts authored Jun 12, 2024
2 parents 9e5c23a + 89efed7 commit 43b7b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/rewards/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function HeaderComponent() {
<DexterParagraph text={t("earn_rewards_by")} />
</div>
</div>
<div className="sm:w-[38%] max-[640px]:max-w-[200px] sm:ml-5">
<div className="sm:w-[38%] max-[640px]:max-w-[200px] sm:ml-5 mx-auto">
<img
src="/rewards/chest.png"
alt="treasury"
Expand Down

0 comments on commit 43b7b20

Please sign in to comment.