From 7f94cbe787e3625abf547864594956ca3c87431d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 23 Nov 2019 00:27:41 +0800 Subject: [PATCH] Reduce pagination button size. --- assets/css/home.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/home.scss b/assets/css/home.scss index 4471cb2..b13e6be 100644 --- a/assets/css/home.scss +++ b/assets/css/home.scss @@ -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 {