diff options
Diffstat (limited to 'theme/static/styles.css')
| -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; } } |
