diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 09:44:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 09:44:51 +0300 |
commit | 0fa4658b34b7cf1565ec90f54c8b0e08770c393e (patch) | |
tree | df969c4a02a713fff32fcf130fc2cce07a6d35be /assets/css | |
parent | css: fix cursor on disabled list group items (diff) | |
download | jekyll-theme-0fa4658b34b7cf1565ec90f54c8b0e08770c393e.tar.gz jekyll-theme-0fa4658b34b7cf1565ec90f54c8b0e08770c393e.zip |
posts: add bottom margin to feed entries
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index c35fc11..c901940 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -17,4 +17,5 @@ .post-entry { /* The color of <hr>. */ border-bottom: 1px solid #eee; + margin-bottom: 10px; } |