cmc/cleberg.net

My personal web garden & blog.

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

4f1f8e5f0040c1614bdff611daa60b837e45d0f2

unsigned

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

fix: don't allow post date to shrink or wrap
 static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/styles.css b/static/styles.css
index f69e001..fa24a99 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -485,7 +485,7 @@ blockquote p {
 }
 
 .post time {
-    flex: 0 0 auto;
+    flex-shrink: 0;
     margin-right: 0.5rem;
 }