fix pagination styling

This commit is contained in:
Jacky Zhao 2022-04-01 10:13:01 -07:00
parent 9e8c5587e4
commit 3674df48b8
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ td, th {
gap: 1.5em;
justify-content: center;
.disabled {
opacity: 0.2;
}
& > li {
text-align: center;
display: inline-block;