Fix pagination

This commit is contained in:
maravelle 2021-02-03 19:23:33 -07:00
parent 0c5d7949a9
commit 73e6b1df5b
4 changed files with 57 additions and 55 deletions

View file

@ -375,4 +375,10 @@ img.dvchain {
.text-center {
text-align: center;
}
.page-numbers-display {
display: inline-block;
margin-left: 1rem;
margin-right: 1rem;
}