aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-10 13:15:01 -0600
committerChristian Cleberg <[email protected]>2026-02-10 13:15:01 -0600
commitcd490fc09fffa607d46db2876323f2f8830dc271 (patch)
treeb777fc394f1f77fa69cc0908e8c690e1ccc28894 /theme
parentb509b08d520142d69de1ad0a1b9ec68f771dd9ab (diff)
downloadcleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.tar.gz
cleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.tar.bz2
cleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.zip
fix post layout on mobile
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
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; }
}