fukasawa 换行

This commit is contained in:
tangly1024.com
2023-03-07 12:09:56 +08:00
parent 440fcff60e
commit 41e5eb6b23

View File

@@ -22,7 +22,7 @@ const BlogCard = ({ post, showSummary, siteInfo }) => {
<Link
href={`${BLOG.SUB_PATH}/${post.slug}`}
passHref
className={`cursor-pointer font-bold hover:underline text-xl ${showPreview ? 'justify-center' : 'justify-start'
className={`break-words cursor-pointer font-bold hover:underline text-xl ${showPreview ? 'justify-center' : 'justify-start'
} leading-tight text-gray-700 dark:text-gray-100 hover:text-blue-500 dark:hover:text-blue-400`}>
{post.title}