From 6f6f82e817b775006e953829a48dd4b91d95c5a7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Apr 2022 10:29:28 +0300 Subject: css: add a comment --- assets/css/jekyll-theme/posts.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index c01a82b..b9b5b41 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -19,6 +19,7 @@ flex-shrink: 0; } +/* Don't use an actual
, it's margins are too big, use a border instead. */ .feed-entry { margin-bottom: 15px; /* The color of
. */ -- cgit v1.2.3