fix: left-align post meta (Planted/Tended/tags)

Add items-start to the flex-col post-meta wrapper so rows
align left instead of centering.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-19 15:35:39 +01:00
parent d2be48e295
commit c7d4a84a53

View File

@@ -27,7 +27,7 @@ withBlogSidebar: true
</div>
{% endif %}
<div class="post-meta mb-4 sm:mb-6 flex flex-col gap-1">
<div class="post-meta mb-4 sm:mb-6 flex flex-col gap-1 items-start">
<div class="flex flex-wrap items-center gap-2">
<span class="font-mono text-sm">Planted: </span><time-difference><time class="dt-published font-mono text-sm" datetime="{{ date.toISOString() }}">
{{ date | dateDisplay }}