Skip to content

Commit d9629ca

Browse files
committed
fix sole prev/next alignment
1 parent ea17053 commit d9629ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/pagination.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414

1515
&[rel="prev"] {
1616
text-align: right;
17+
margin-right: auto;
1718
}
1819

1920
&[rel="next"] {
2021
text-align: left;
22+
margin-left: auto;
2123
}
2224

2325
& > span {

0 commit comments

Comments
 (0)