Skip to content

Commit

Permalink
test: wrapper for correct logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 10, 2024
1 parent 87e6211 commit 30b5d4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lib/components/testimonials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="items-left flex flex-col gap-10 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={deloitte} alt="Deloitte" class="flex h-6 w-fit" />
<div class="flex w-fit">
<img src={deloitte} alt="Deloitte" class="h-6" />
</div>
<p class="text max-w-md text-[15px] italic text-muted-foreground">
"Working with this team was a pleasure! They were motivated and organized. The project ran
smoothly, and their dedication really showed. Highly recommend!"
Expand All @@ -34,7 +36,9 @@
</div>

<div class="items-left flex flex-col gap-10 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={solanabeach} alt="Solana Beach" class="flex h-6 w-fit" />
<div class="flex w-fit">
<img src={solanabeach} alt="Solana Beach" class="h-6" />
</div>
<p class="text max-w-md text-[15px] italic text-muted-foreground">
"The industry initiative is a great way to kickoff a new project idea or build a prototype
together with students. We enjoyed the simple process and easy communication."
Expand Down

0 comments on commit 30b5d4a

Please sign in to comment.