style(PostCard): update headline styling for improved readability
Deploy / verify (push) Successful in 39s
Deploy / deploy (push) Failing after 1m10s

- Changed headline class from `line-clamp-2` to `truncate` and adjusted font size to `text-sm`, enhancing the visual presentation and readability of post headlines.
This commit is contained in:
Peter Meier
2026-04-19 14:29:45 +02:00
parent 2ee451f4ca
commit 2d0a6a7747
+1 -1
View File
@@ -95,7 +95,7 @@
{tagBase}
/>
<div>
<h5 class="line-clamp-2 font-medium leading-tight mb-1">
<h5 class="truncate text-sm font-medium leading-tight mb-1">
{post.headline ?? post.linkName ?? post.slug ?? post._slug}
</h5>
{#if post.subheadline}