Skip to content

Commit 1b9a0ef

Browse files
committed
chore: center align text within buttons
1 parent 0c46e4d commit 1b9a0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/components/Pagination/Pagination.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.paginationContainer {
22
display: flex;
33
justify-content: center;
4+
align-items: center;
45
padding: 1rem;
56
margin-top: 20px;
67
gap: 10px;

0 commit comments

Comments
 (0)