Reduce pagination button size.

This commit is contained in:
Cotes Chung 2019-11-23 00:27:41 +08:00
parent a65472d2d8
commit 7f94cbe787
1 changed files with 12 additions and 0 deletions

View File

@ -103,6 +103,18 @@
} }
} }
/* Sidebar is visable */
@media all and (min-width: 831px) {
.pagination {
font-size: .85rem;
}
.page-item .page-link {
width: 2.2rem;
height: 2.2rem;
}
}
/* Pannel hidden */ /* Pannel hidden */
@media all and (max-width: 1200px) { @media all and (max-width: 1200px) {
#post-list { #post-list {