Skip to content

Commit

Permalink
blog list style
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Jan 29, 2025
1 parent d5ba749 commit b2eabb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_site+/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function PostItem({
<li>
<Link
to={post.meta.slug}
className="inline-block w-full rounded-md p-4 hover:bg-accent hover:text-accent-foreground"
className="inline-block w-full rounded-md p-4 transition ease-out hover:scale-105 hover:bg-accent hover:text-accent-foreground"
>
<div className="flex items-baseline justify-between gap-x-2">
<div>
Expand Down

0 comments on commit b2eabb0

Please sign in to comment.