diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 18:29:37 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:00:30 +0200 |
commit | d99d96875f23dcfbcc159ad48f50e58960423291 (patch) | |
tree | 18186a842b40b8c937e02d73b92604b8d7e4d7d8 /assets/css | |
parent | sidebar: wrap post-header, don't shrink post-date (diff) | |
download | jekyll-theme-d99d96875f23dcfbcc159ad48f50e58960423291.tar.gz jekyll-theme-d99d96875f23dcfbcc159ad48f50e58960423291.zip |
posts: rename a CSS class
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index c90454c..933dfa7 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -21,7 +21,7 @@ flex-shrink: 0; } -.post-entry { +.feed-entry { margin-bottom: 15px; /* The color of <hr>. */ border-bottom: 1px solid #eee; |