diff options
Diffstat (limited to 'assets/css')
-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>. */ |