Skip to content

Commit

Permalink
tweaks again
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Oct 25, 2024
1 parent a88c5d8 commit fc3b8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/products/auth/(components)/Testimonials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
</div> -->

<div class="relative my-8 w-full max-w-[100vw] overflow-hidden">
<div class="group flex w-fit gap-4">
<div class="group light flex w-fit gap-4">
{#each Array.from({ length: 4 }) as _, i}
<div
class="animate-scroll flex gap-4 group-hover:[animation-play-state:paused;]"
class="animate-scroll flex items-center gap-4 group-hover:[animation-play-state:paused;]"
aria-hidden={i !== 0}
>
{#each testimonials as testimonial}
<div
class="flex w-xl shrink-0 flex-col justify-center rounded-2xl bg-white p-6 transition-all"
class="flex h-fit w-lg flex-col justify-center rounded-2xl bg-white p-6 transition-all"
>
<p class="text-sub-body text-secondary flex-1 font-medium">
{testimonial.copy}
Expand Down

0 comments on commit fc3b8be

Please sign in to comment.