Skip to content

Commit 50c687f

Browse files
committed
heo 微调卡片摘要样式
1 parent 06463fa commit 50c687f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/heo/components/BlogPostCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
7676

7777
{/* 摘要 */}
7878
{(!showPreview || showSummary) && (
79-
<main className='line-clamp-2 replace my-3 2xl:my-1 text-gray-700 dark:text-gray-300 text-sm font-light leading-tight'>
79+
<main className='line-clamp-2 replace text-gray-700 dark:text-gray-300 text-sm font-light leading-tight'>
8080
{post.summary}
8181
</main>
8282
)}

0 commit comments

Comments
 (0)