Skip to content

Commit

Permalink
adjust spacing on homepage based on design
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSnooker committed Jul 12, 2023
1 parent d9045b7 commit e690bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/styles/RewardSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 1072px;
display: flex;
justify-content: space-between;
margin: 64px auto 56px;
margin: 20px auto 20px;
& .slick-list {
width: 100%
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/styles/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
.rewardsContainer {
text-align: center;
margin-top: 172px;
margin-top: 90px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit e690bbb

Please sign in to comment.