aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/jekyll-theme/posts.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css
index af3674a..1e0fc47 100644
--- a/assets/css/jekyll-theme/posts.css
+++ b/assets/css/jekyll-theme/posts.css
@@ -1,23 +1,17 @@
/* Wrap the post date to the next line if necessary. */
-.post-header {
+.flex-header {
display: flex;
- flex-wrap: wrap;
align-items: baseline;
- justify-content: space-between;
column-gap: 1.5em;
}
-.list-group-item .post-header {
- flex-wrap: nowrap;
-}
-.post-date {
+.flex-header-left, .flex-header-right {
flex: none;
+}
+.flex-header-right {
/* Right-align the post date if on the next line. */
margin-left: auto;
}
-.post-date .category {
- margin-right: 1em;
-}
/* Add some margin after the last .feed-entry. */
.feed-entry {