We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06463fa commit 50c687fCopy full SHA for 50c687f
themes/heo/components/BlogPostCard.js
@@ -76,7 +76,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
76
77
{/* 摘要 */}
78
{(!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'>
+ <main className='line-clamp-2 replace text-gray-700 dark:text-gray-300 text-sm font-light leading-tight'>
80
{post.summary}
81
</main>
82
)}
0 commit comments