From 0fa4658b34b7cf1565ec90f54c8b0e08770c393e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 09:44:51 +0300 Subject: posts: add bottom margin to feed entries --- assets/css/jekyll-theme/posts.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/css') 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
. */ border-bottom: 1px solid #eee; + margin-bottom: 10px; } -- cgit v1.2.3