Skip to content

Commit

Permalink
update hourly reward
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Feb 1, 2024
1 parent d050a20 commit 0987d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/hourlyReward/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@

@include is-mobile {
max-width: unset;
width: calc(100% - 50px);
//width: calc(100% - 50px);
}
}
4 changes: 4 additions & 0 deletions src/modules/PublicSale/hourlyRewardButton/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ $time:10s; // including 1 flip
@media screen and (min-width: 1920px) {
transform: scale(0.15);
}

@include is-mobile {
transform: scale(0.4);
}
}

.buyWrapper {
Expand Down

0 comments on commit 0987d5a

Please sign in to comment.