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:
co-authored by
Claude Sonnet 4.6
parent
d2be48e295
commit
c7d4a84a53
@@ -27,7 +27,7 @@ withBlogSidebar: true
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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">
|
<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() }}">
|
<span class="font-mono text-sm">Planted: </span><time-difference><time class="dt-published font-mono text-sm" datetime="{{ date.toISOString() }}">
|
||||||
{{ date | dateDisplay }}
|
{{ date | dateDisplay }}
|
||||||
|
|||||||
Reference in New Issue
Block a user