Skip to content

Commit

Permalink
Give pagination some more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter committed Sep 5, 2024
1 parent 607f955 commit aa2e46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/components/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.pagination {
@apply flex flex-wrap justify-center gap-x-2 !m-0 !mb-6 max-md:gap-y-4;
@apply flex flex-wrap justify-center gap-x-2 !m-0 !my-6 max-md:gap-y-4;
}

.pagination-button {
Expand All @@ -16,7 +16,7 @@
}

.pagination-button:first-child {
@apply !mr-auto max-md:hidden;
@apply !mr-auto max-md:w-full max-md:order-last;
}

.pagination-button:last-child {
Expand Down

0 comments on commit aa2e46a

Please sign in to comment.