mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
rounded
This commit is contained in:
@@ -9,7 +9,7 @@ import TagItemMini from './TagItemMini'
|
|||||||
const BlogPostCard = ({ post, tags }) => {
|
const BlogPostCard = ({ post, tags }) => {
|
||||||
return (
|
return (
|
||||||
<div key={post.id} className='shadow animate__animated animate__fadeIn flex xl:flex-row flex-col-reverse justify-between md:hover:shadow-xl duration-300
|
<div key={post.id} className='shadow animate__animated animate__fadeIn flex xl:flex-row flex-col-reverse justify-between md:hover:shadow-xl duration-300
|
||||||
rounded-md w-full bg-white dark:bg-gray-800 dark:hover:bg-gray-700 dark:border-gray-600'>
|
w-full bg-white dark:bg-gray-800 dark:hover:bg-gray-700 dark:border-gray-600'>
|
||||||
|
|
||||||
<div className='p-8 flex flex-col justify-between w-full'>
|
<div className='p-8 flex flex-col justify-between w-full'>
|
||||||
<Link href={`${BLOG.path}/article/${post.slug}`} passHref>
|
<Link href={`${BLOG.path}/article/${post.slug}`} passHref>
|
||||||
|
|||||||
Reference in New Issue
Block a user