aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 09:44:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 09:44:51 +0300
commit0fa4658b34b7cf1565ec90f54c8b0e08770c393e (patch)
treedf969c4a02a713fff32fcf130fc2cce07a6d35be /assets
parentcss: fix cursor on disabled list group items (diff)
downloadjekyll-theme-0fa4658b34b7cf1565ec90f54c8b0e08770c393e.tar.gz
jekyll-theme-0fa4658b34b7cf1565ec90f54c8b0e08770c393e.zip
posts: add bottom margin to feed entries
Diffstat (limited to 'assets')
-rw-r--r--assets/css/jekyll-theme/posts.css1
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;
}