Skip to content

Commit

Permalink
fix: size pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent a800d43 commit 2bfc618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CustomPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
@media only screen and (max-width: 600px) {
.paginate-buttons{
width: 34px;
height: 34px;
width: 32px;
height: 32px;
font-size: 0.8rem;
}
}
Expand Down

0 comments on commit 2bfc618

Please sign in to comment.