Adds margin to page links on internal pagination.

This commit is contained in:
mateuswetah 2020-05-22 09:23:32 -03:00
parent 5d22da5fc5
commit 66dc0bcfd4
2 changed files with 5 additions and 1 deletions

View File

@ -849,6 +849,10 @@ nav{
} }
} }
.page-link {
margin: 12px auto;
}
// Item appear animation, used in some view modes. // Item appear animation, used in some view modes.
@keyframes item-appear { @keyframes item-appear {
from { from {

File diff suppressed because one or more lines are too long