diff options
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>. */ |