diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 18:01:37 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:00:30 +0200 |
commit | 47acc9f083cd1d7dcb553e02a0d20dc41a4417e4 (patch) | |
tree | d2ad54dc3cd714bdddf0fbd0897e2eb0b1cb1124 /assets | |
parent | css: add class .text-monospace (diff) | |
download | jekyll-theme-47acc9f083cd1d7dcb553e02a0d20dc41a4417e4.tar.gz jekyll-theme-47acc9f083cd1d7dcb553e02a0d20dc41a4417e4.zip |
sidebar: wrap post-header, don't shrink post-date
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 2635075..c90454c 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -14,6 +14,13 @@ margin-right: .5em; } +.sidebar .post-header { + flex-wrap: nowrap; +} +.sidebar .post-date { + flex-shrink: 0; +} + .post-entry { margin-bottom: 15px; /* The color of <hr>. */ |