From 2d0a6a7747ff01a833732c795bfc93ba1d1d6866 Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Sun, 19 Apr 2026 14:29:45 +0200 Subject: [PATCH] style(PostCard): update headline styling for improved readability - 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. --- src/lib/components/PostCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte index dc2f845..5adb860 100644 --- a/src/lib/components/PostCard.svelte +++ b/src/lib/components/PostCard.svelte @@ -95,7 +95,7 @@ {tagBase} />
-
+
{post.headline ?? post.linkName ?? post.slug ?? post._slug}
{#if post.subheadline}