Skip to content

Commit

Permalink
fix(page): go to button right margin in tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Oct 12, 2023
1 parent 29ab363 commit 4bdd42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Pagination/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export const PaginationRightItem = styled.div`
@media (max-max-width: 750px) {
margin-left: 10px;
margin-right: 10px;
font-size: 12px;
}
}
Expand Down

0 comments on commit 4bdd42f

Please sign in to comment.