diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 1395c05..bf10e90 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -25,7 +25,6 @@ /* Don't use an actual <hr>, it's margins are too big, use a border instead. */ .feed-entry { - margin-bottom: 15px; /* The color of <hr>. */ - border-bottom: 1px solid #eee; + border-bottom: 3px solid #eee; } |