feat: remove scroll animations

This commit is contained in:
Stefan Imhoff
2026-01-23 12:06:44 +01:00
committed by Stefan Imhoff
parent 61c722c84f
commit a05dec6363
22 changed files with 7 additions and 41 deletions

View File

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