Skip to content

Commit

Permalink
fix: update blog card
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 30, 2023
1 parent 079dfc7 commit 385a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(marketing)/blog/post-list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const PostListItem = (props: PostListItemProps) => {
<Link href={href}>
<li className="group relative cursor-pointer">
{/* background */}
<div className="absolute left-0 top-0 z-[-1] h-full w-full rounded-xl border bg-[rgba(50,50,50,0.1)] opacity-50 shadow-md transition-all duration-300 group-hover:opacity-100 dark:bg-[rgba(230,230,230,0.1)] dark:from-transparent dark:via-transparent dark:to-transparent" />
<div className="absolute left-0 top-0 z-0 h-full w-full rounded-xl border bg-[rgba(50,50,50,0.1)] opacity-50 shadow-md transition-all duration-300 group-hover:opacity-100 dark:bg-[rgba(230,230,230,0.1)] dark:from-transparent dark:via-transparent dark:to-transparent" />
{/* content */}
<div className="flex space-x-2 p-6 sm:flex-row">
<div className="w-full">
Expand Down

0 comments on commit 385a4f6

Please sign in to comment.