medium-beautify

This commit is contained in:
tangly1024
2022-12-09 22:17:06 +08:00
parent 03618d2ae7
commit cecc4de8df
6 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ const BlogPostCard = ({ post, showSummary }) => {
key={post.id}
className="animate__animated animate__fadeIn duration-300 mb-6 max-w-7xl border-b dark:border-gray-800 "
>
<div className="lg:p-8 p-4 flex flex-col w-full">
<div className="lg:py-8 py-4 flex flex-col w-full">
<Link href={`${BLOG.SUB_PATH}/${post.slug}`} passHref>
<a
className={