fix: add back reveal animations on index
This commit is contained in:
parent
73c269a59c
commit
0edd672a70
7 changed files with 17 additions and 28 deletions
|
@ -60,7 +60,7 @@ const { data } = Astro.props;
|
|||
x-transition.opacity.duration.1000ms
|
||||
>
|
||||
<img
|
||||
class="absolute inset-0 h-full w-full rounded-md object-cover"
|
||||
class="absolute inset-0 h-full w-full rounded-sm object-cover"
|
||||
x-bind:src="slide.data.image.url.src"
|
||||
x-bind:alt="slide.data.image.alt"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue