Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6e27cfc

Browse files
committed
Minor fix in pagination styles for small screens.
1 parent 8f1e481 commit 6e27cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pagination/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.pageButtons {
2222
position: relative;
2323
display: flex;
24-
margin-left: auto;
24+
margin-left: 20px;
2525

2626
@include desktop {
2727
margin-left: 40px;

0 commit comments

Comments
 (0)