样式微调

This commit is contained in:
tangly1024
2022-12-25 17:08:27 +08:00
parent 6977ae394a
commit e313636d83
12 changed files with 111 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ const BlogPostCard = ({ post, showSummary }) => {
const { locale } = useGlobal()
const showPreview = CONFIG_NEXT.POST_LIST_PREVIEW && post.blockMap
return (
<Card className="w-full animate__animated animate__fadeIn">
<Card className="w-full">
<div
key={post.id}
className="flex flex-col-reverse justify-between duration-300"