From 7affb8180b5c2056b8fa11ad2180498835020a30 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Apr 2022 21:53:21 +0200 Subject: paginator: 0 bottom margin --- assets/css/jekyll-theme/posts.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/css') diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 59082d1..f693868 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -57,3 +57,9 @@ margin-top: 0; padding-top: 22px; } + +.pagination { + /* In my layout, there's always something under the paginator, and it always + * has a top margin, and the margins _never_ collapse. */ + margin-bottom: 0; +} -- cgit v1.2.3