diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-16 10:29:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-16 10:29:28 +0300 |
commit | 6f6f82e817b775006e953829a48dd4b91d95c5a7 (patch) | |
tree | 0710696828cc42c9e5e56d6132ee01594faf9b88 /assets | |
parent | paginator: move the text-center block to the include (diff) | |
download | jekyll-theme-6f6f82e817b775006e953829a48dd4b91d95c5a7.tar.gz jekyll-theme-6f6f82e817b775006e953829a48dd4b91d95c5a7.zip |
css: add a comment
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 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 <hr>, it's margins are too big, use a border instead. */ .feed-entry { margin-bottom: 15px; /* The color of <hr>. */ |