cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c7f74f34f62d16db3a4bc71e25e848783afd66c4

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-01-09T18:45:17Z

fix: ensure post title aligns instead of wrapping under the date
 static/styles.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/styles.css b/static/styles.css
index 4a14cb4..6317be0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -480,6 +480,10 @@ blockquote p {
     margin: 0;
 }
 
+.post {
+  display: flex;
+}
+
 .post time {
     margin-right: 0.5rem;
 }