feat: add scroll animations

This commit is contained in:
Stefan Imhoff
2025-12-05 12:26:50 +01:00
committed by Stefan Imhoff
parent b2d42e28d8
commit b49b0f95fc
22 changed files with 41 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ const { entries } = Astro.props;
>
{
entries.map(({ slug, data }) => (
<li class="journal-card image-shadow group">
<li class="slide journal-card image-shadow group">
<Link
class="journal-card-link group relative block h-full w-full group-hover:scale-100"
href={`/${slug}/`}