From 98d5bc7979fc5aa5d6bbaae605f165b09683ef62 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 13 Apr 2022 23:33:09 +0500 Subject: [PATCH] fix pagination causing horizontal scroll on mobile --- themes/lumbung-theme/static/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index ac00c6f..0169ea2 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -943,6 +943,15 @@ footer a:hover { .lumbung-radio-player { display: none; } + + .pagination-container { + width: 71vw; + margin: 2em 0; + } + + .pagination .page-item { + font-size: 26px; + } } @media (max-width: 960px) {