aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-18 21:53:21 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-18 21:53:21 +0200
commit7affb8180b5c2056b8fa11ad2180498835020a30 (patch)
tree78c6303b54c17e97d4caee1c637b0a6cdddb72a4
parentposts: remove extra spaces in feed (diff)
downloadjekyll-theme-7affb8180b5c2056b8fa11ad2180498835020a30.tar.gz
jekyll-theme-7affb8180b5c2056b8fa11ad2180498835020a30.zip
paginator: 0 bottom margin
-rw-r--r--assets/css/jekyll-theme/posts.css6
1 files changed, 6 insertions, 0 deletions
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;
+}