Skip to content

Commit 504afae

Browse files
committed
Reduce pagination button size.
1 parent 2b19b88 commit 504afae

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/css/home.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,18 @@
103103
}
104104
}
105105

106+
/* Sidebar is visable */
107+
@media all and (min-width: 831px) {
108+
.pagination {
109+
font-size: .85rem;
110+
}
111+
112+
.page-item .page-link {
113+
width: 2.2rem;
114+
height: 2.2rem;
115+
}
116+
}
117+
106118
/* Pannel hidden */
107119
@media all and (max-width: 1200px) {
108120
#post-list {

0 commit comments

Comments
 (0)