From fba27f5d4f63daeb24e036368896143031a567ff Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 19 Apr 2022 14:57:08 +0800 Subject: [PATCH] fix: firefox mansory layout --- themes/fukasawa/components/BlogCard.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/themes/fukasawa/components/BlogCard.js b/themes/fukasawa/components/BlogCard.js index 507bac40..f7235c71 100644 --- a/themes/fukasawa/components/BlogCard.js +++ b/themes/fukasawa/components/BlogCard.js @@ -7,7 +7,7 @@ import Card from './Card' const BlogCard = ({ post, showSummary }) => { const showPreview = CONFIG_FUKA.POST_LIST_PREVIEW && post.blockMap return ( - +
{
{post.title}