Skip to content

Commit a0f61ae

Browse files
author
wutali
committed
Fix pagination font size
1 parent 3daab60 commit a0f61ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pagination.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Pagination({ current, pages, link }: Props) {
3434
display: inline-block;
3535
margin-right: 1em;
3636
color: #9b9b9b;
37-
font-size: 1.5rem;
37+
font-size: 1.25rem;
3838
}
3939
a.active {
4040
color: #111;

0 commit comments

Comments
 (0)