diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 21:53:21 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 21:53:21 +0200 |
commit | 7affb8180b5c2056b8fa11ad2180498835020a30 (patch) | |
tree | 78c6303b54c17e97d4caee1c637b0a6cdddb72a4 /assets | |
parent | posts: remove extra spaces in feed (diff) | |
download | jekyll-theme-7affb8180b5c2056b8fa11ad2180498835020a30.tar.gz jekyll-theme-7affb8180b5c2056b8fa11ad2180498835020a30.zip |
paginator: 0 bottom margin
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 6 |
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; +} |