diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 20:05:10 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 20:05:10 +0200 |
commit | 63f3d429e606a898c0347d4c994a864063e360ea (patch) | |
tree | ef666b1ac4d2827d7d57dfa70185264f86a71d72 /assets/css | |
parent | footer: less words more good (diff) | |
download | jekyll-theme-63f3d429e606a898c0347d4c994a864063e360ea.tar.gz jekyll-theme-63f3d429e606a898c0347d4c994a864063e360ea.zip |
posts: denser feed
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; } |