From e9706eaea64ed2b762d49827a95be256aefad41a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 9 Jan 2024 12:56:46 -0600 Subject: fix: don't allow post date to shrink or wrap --- static/styles.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/styles.css b/static/styles.css index d4cbc45..f69e001 100644 --- a/static/styles.css +++ b/static/styles.css @@ -484,11 +484,8 @@ blockquote p { display: flex; } -.post:first-child { - flex: 0 0 auto; -} - .post time { + flex: 0 0 auto; margin-right: 0.5rem; } -- cgit v1.2.3-70-g09d2