Adds margin to page links on internal pagination.
This commit is contained in:
parent
5d22da5fc5
commit
66dc0bcfd4
|
@ -849,6 +849,10 @@ nav{
|
|||
}
|
||||
}
|
||||
|
||||
.page-link {
|
||||
margin: 12px auto;
|
||||
}
|
||||
|
||||
// Item appear animation, used in some view modes.
|
||||
@keyframes item-appear {
|
||||
from {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue