diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 2 |
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; } |