From 9d8d6d5c6774a62c75afec1b19be034287e6335d Mon Sep 17 00:00:00 2001 From: Pico2x Date: Wed, 5 Oct 2022 11:28:22 +0100 Subject: [PATCH] Fix styling nits. --- web/components/post-card.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/components/post-card.tsx b/web/components/post-card.tsx index 107b9391..ed208f63 100644 --- a/web/components/post-card.tsx +++ b/web/components/post-card.tsx @@ -28,7 +28,7 @@ export function PostCard(props: {
@@ -45,8 +45,10 @@ export function PostCard(props: { {fromNow(post.createdTime)}
-
{post.title}
-
+
+ {post.title} +
+
{post.subtitle}