aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 10:09:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 10:10:24 +0300
commit7fad4eb0018dad1e8264b52d93a174fb2e66aa06 (patch)
treebd6cc5189ad2d20428b080d4e467b2dd550d1824
parentREADME: update (diff)
downloadjekyll-theme-7fad4eb0018dad1e8264b52d93a174fb2e66aa06.tar.gz
jekyll-theme-7fad4eb0018dad1e8264b52d93a174fb2e66aa06.zip
posts: increase bottom margin for feed entries
-rw-r--r--assets/css/jekyll-theme/posts.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css
index c901940..2635075 100644
--- a/assets/css/jekyll-theme/posts.css
+++ b/assets/css/jekyll-theme/posts.css
@@ -15,7 +15,7 @@
}
.post-entry {
+ margin-bottom: 15px;
/* The color of <hr>. */
border-bottom: 1px solid #eee;
- margin-bottom: 10px;
}