From cd490fc09fffa607d46db2876323f2f8830dc271 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 10 Feb 2026 13:15:01 -0600 Subject: 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; } } -- cgit v1.2.3