Skip to content

Commit

Permalink
Merge branch 'feat/activities-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 2, 2024
2 parents fb81e59 + b304274 commit 1a03d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/modules/PublicSale/aboveTheFold/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const AboveTheFold = () => {
direction={'column'}
justifyContent={'flex-start'}
>
{!mobileScreen && <Box height="40px" bg="#1b1b1b" />}
<LeaderBoardVisual />
{/*<AddMoreContribution />*/}
<DailyReward />
Expand Down
3 changes: 2 additions & 1 deletion src/modules/PublicSale/aboveTheFold/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
}

.leftSection {
background: #1b1b1b;
padding-top: 40px;
position: relative;
@include is-mobile {
padding-top: 130px;
background: #1b1b1b;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
justify-content: center;
flex-wrap: wrap;
align-content: flex-start;
padding-bottom: 5px;
padding-bottom: 22px;

@include is-mobile {
padding-top: 400px;
Expand Down

0 comments on commit 1a03d12

Please sign in to comment.