General theme: Fix missing styles in pagination

This commit is contained in:
Jesús
2021-01-01 15:03:17 -05:00
parent 3e817298bb
commit 3570b5c4d1
6 changed files with 12 additions and 6 deletions

View File

@@ -420,6 +420,7 @@ hr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.main .pagination-container .pagination-list .page-link {