Remove left pagination spacing (#467)

This commit is contained in:
Dongliang Yin 2022-08-02 18:57:40 +08:00 committed by GitHub
parent c024538604
commit 317ccae23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ ul.pagination {
display: flex;
justify-content: center;
list-style-type: none;
padding-inline-start: 0px;
.page-item a {
padding: $padding-16;