fix pagination

This commit is contained in:
cellarspoon 2022-01-17 21:43:40 +01:00
parent a3408ee5d2
commit ed68b2e150
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 0 deletions

View File

@ -702,6 +702,7 @@ li.page-item:before {
height: 50%;
width: 50%;
border-left: 2px solid black;
z-index: -100;
}
li.page-item:after {
@ -712,6 +713,7 @@ li.page-item:after {
height: 50%;
width: 50%;
border-right: 2px solid black;
z-index: -100;
}