aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 18:01:37 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:00:30 +0200
commit47acc9f083cd1d7dcb553e02a0d20dc41a4417e4 (patch)
treed2ad54dc3cd714bdddf0fbd0897e2eb0b1cb1124 /assets
parentcss: add class .text-monospace (diff)
downloadjekyll-theme-47acc9f083cd1d7dcb553e02a0d20dc41a4417e4.tar.gz
jekyll-theme-47acc9f083cd1d7dcb553e02a0d20dc41a4417e4.zip
sidebar: wrap post-header, don't shrink post-date
Diffstat (limited to 'assets')
-rw-r--r--assets/css/jekyll-theme/posts.css7
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>. */