From 9674cfc8e54f7cac7a890e4e54bed001cc897192 Mon Sep 17 00:00:00 2001 From: imsi32 <81227251+imsi32@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:03:51 +0200 Subject: [PATCH] [FIX] Blog Page Navigation (#2841) (#2846) I tested on my Github page and it worked correctly. Then, copied here. Issue: Blog page navigation extends layout of the page in small screens. Fixes: #2841 --- _includes/pagination.liquid | 4 ++-- _sass/_base.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/pagination.liquid b/_includes/pagination.liquid index a8a2961f139f..61bf4fb67c50 100644 --- a/_includes/pagination.liquid +++ b/_includes/pagination.liquid @@ -3,7 +3,7 @@ diff --git a/_sass/_base.scss b/_sass/_base.scss index d226dca9ab14..f9840f807300 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -589,6 +589,7 @@ footer.sticky-bottom { .page-item { .page-link { color: var(--global-text-color); + padding: 0.75rem 1.15rem; &:hover { color: $black-color;