添加 DIY 引入 CSS 数组

This commit is contained in:
Vixcity
2023-02-01 14:39:40 +08:00
parent c9ab963891
commit 006bb82170
8 changed files with 32 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ const BlogPostCard = ({ post, showSummary }) => {
data-aos-easing="ease-in-out"
data-aos-once="false"
data-aos-anchor-placement="top-bottom"
className="w-full drop-shadow-md border dark:border-black rounded-xl bg-white dark:bg-hexo-black-gray duration-300">
className="w-full drop-shadow-md border dark:border-black rounded-xl bg-white dark:bg-hexo-black-gray duration-300 coverArticle">
<div
key={post.id}
className="animate__animated animate__fadeIn flex flex-col-reverse lg:flex-row justify-between duration-300"