cmc/cleberg.net

My personal web garden & blog.

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

cd490fc09fffa607d46db2876323f2f8830dc271

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-02-10T19:15:01Z

fix post layout on mobile
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 23cb4cd..7029e9e 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -147,5 +147,5 @@ img:hover { filter: grayscale(0); }
 
 @media (max-width: 600px) {
     body { padding: 1rem; }
-    .post { flex-direction: column; }
+    .post { flex-direction: column; align-items: flex-start; }
 }