From bbc156fd56860241c24b2b1580413019035c6012 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 17:59:50 +0100 Subject: [PATCH] Fix CSS for the pagination now the sharing is disabled Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index aaa0318..1cc29f4 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -155,7 +155,7 @@ body { border-radius: 4px; } -.page__share + .pagination { +.page__meta + .pagination { padding-top: 0; background-color: #fff; }