cmc/cleberg.net

My personal web garden & blog.

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

e9706eaea64ed2b762d49827a95be256aefad41a

unsigned

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

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;
 }