mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
Reduce pagination button size.
This commit is contained in:
parent
a65472d2d8
commit
7f94cbe787
@ -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…
x
Reference in New Issue
Block a user