Skip to content

Commit

Permalink
fix: fix alignment of rewards on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jan 17, 2024
1 parent 4dd53e0 commit 5f434fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/Home/TableCard/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
.reward {
margin-top: 7px;
height: 24px;

@media screen and (width <= $mobileBreakPoint) {
margin-top: 0;
height: auto;
}
}

.capacity {
Expand Down

0 comments on commit 5f434fb

Please sign in to comment.