mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: remove scroll animations
This commit is contained in:
committed by
Stefan Imhoff
parent
61c722c84f
commit
a05dec6363
@@ -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}/`}
|
||||
|
||||
Reference in New Issue
Block a user