Fix pagination list styling.

This commit is contained in:
Seraphim R.P 2020-07-15 07:17:35 -04:00 committed by GitHub
parent 48a9b8974c
commit 5ae540a2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,11 @@ ul {
margin-left: 30px; margin-left: 30px;
} }
.pagination ul {
list-style-type: none;
margin: 15px 0 !important;
}
* { * {
line-height: 1.2em; line-height: 1.2em;
} }