Change pagination position.

screen  width <= 830px.
This commit is contained in:
Cotes Chung 2019-12-21 22:32:28 +08:00
parent c039542e63
commit 870b11bd70
1 changed files with 7 additions and 4 deletions

View File

@ -103,6 +103,13 @@
}
}
/* Hide SideBar and TOC */
@media all and (max-width: 830px) {
.pagination {
justify-content: center;
}
}
/* Sidebar is visible */
@media all and (min-width: 831px) {
.pagination {
@ -120,8 +127,4 @@
#post-list {
padding-right: 0;
}
.pagination {
justify-content: center;
}
}