Reduce pagination button size.
This commit is contained in:
parent
a65472d2d8
commit
7f94cbe787
1 changed files with 12 additions and 0 deletions
|
@ -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 */
|
||||
@media all and (max-width: 1200px) {
|
||||
#post-list {
|
||||
|
|
Loading…
Reference in a new issue