diff options
| author | Christian Cleberg <[email protected]> | 2026-02-10 13:15:01 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-10 13:15:01 -0600 |
| commit | cd490fc09fffa607d46db2876323f2f8830dc271 (patch) | |
| tree | b777fc394f1f77fa69cc0908e8c690e1ccc28894 /theme/static | |
| parent | b509b08d520142d69de1ad0a1b9ec68f771dd9ab (diff) | |
| download | cleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.tar.gz cleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.tar.bz2 cleberg.net-cd490fc09fffa607d46db2876323f2f8830dc271.zip | |
fix post layout on mobile
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 2 |
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; } } |
