1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Reduce pagination button size.

This commit is contained in:
Cotes Chung 2019-11-23 00:27:41 +08:00
parent a65472d2d8
commit 7f94cbe787

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 */
@media all and (max-width: 1200px) {
#post-list {