From c7f74f34f62d16db3a4bc71e25e848783afd66c4 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 9 Jan 2024 12:45:17 -0600 Subject: 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; } -- cgit v1.2.3-70-g09d2