cmc/cleberg.net

My personal web garden & blog.

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

16ca173b663357c9745ce8bb8a513630c797c18f

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-10-21T05:44:14Z

fix flex wrap on small screens
 theme/static/styles.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 1e8df40..150973f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -113,6 +113,7 @@ time {
 }
 
 .post time {
+    flex-shrink: 0;
     margin-right: 1rem;
 }
 
@@ -126,7 +127,7 @@ footer {
         --bg-light: #1B2229;
         --fg: #DFDFDF;
         --fg-light: #BBC2CF;
-        --link: #047ACE;
+        --link: #67C0FF;
         --code: #FF6C6B;
     }
-}
\ No newline at end of file
+}