Skip to content

Commit

Permalink
Merge pull request #185 from TrustlessComputer/daily_reward
Browse files Browse the repository at this point in the history
update
  • Loading branch information
0xmegalodon authored Jan 31, 2024
2 parents 2707785 + aba5382 commit 8ea10a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file modified public/public-sale/rwbn_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/aboveTheFold/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AboveTheFold = () => {
<LeaderBoardVisual />
{/*<AddMoreContribution />*/}
<DailyReward />
<LeaderBoardSwitch classNames={s.boardSwitch} />
{/*<LeaderBoardSwitch classNames={s.boardSwitch} />*/}
{mobileScreen && <Activities />}
</Flex>
<Flex className={s.rightSection} direction={'column'}>
Expand Down
5 changes: 5 additions & 0 deletions src/modules/PublicSale/dailyReward/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
font-size: 14px;
}
}

@include is-mobile {
max-width: unset;
width: calc(100% - 50px);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
align-content: flex-start;

@include is-mobile{
margin-top: 80px;
margin-top: 160px;
}
}

Expand Down

0 comments on commit 8ea10a0

Please sign in to comment.