Skip to content

Commit

Permalink
fix: better alignment and paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 10, 2024
1 parent 70d2409 commit 49607cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/testimonials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
What our partners say about us
</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="flex flex-col gap-10 bg-zinc-950 p-6 sm:p-10">
<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="h-6 w-fit" />
<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
Expand All @@ -33,7 +33,7 @@
</div>
</div>

<div class="flex flex-col gap-10 bg-zinc-950 p-6 sm:p-10">
<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="h-6 w-fit" />
<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
Expand Down
12 changes: 6 additions & 6 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
Ongoing
</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={bosch} alt="Bosch" class="h-6 w-fit" />
<h2 class="pt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
Decentralized Marketplace
Expand All @@ -70,7 +70,7 @@
variant="secondary">Learn More</Button
>
</div>
<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={wmdatenservice} alt="WM Datenservice" class="h-6 w-fit" />
<h2 class="mt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
DeFi Market Research
Expand All @@ -90,7 +90,7 @@
variant="secondary">Learn More</Button
>
</div>
<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={superteamgermany} alt="Superteam Germany" class="h-6 w-fit" />
<h2 class="mt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
Web3 Community Building
Expand All @@ -110,7 +110,7 @@
variant="secondary">Learn More</Button
>
</div>
<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={solanabeach} alt="Solana Beach" class="h-6 w-fit" />
<h2 class="mt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
Fast Stake Shift
Expand Down Expand Up @@ -141,7 +141,7 @@
Completed
</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={deloitte} alt="Deloitte" class="h-6 w-fit" />
<h2 class="pt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
Digital Product Passport
Expand All @@ -162,7 +162,7 @@
>
</div>

<div class="flex flex-col gap-5 bg-zinc-950 p-4 sm:p-10">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<img src={solanabeach} alt="Solana Beach" class="h-6 w-fit" />
<h2 class="mt-2 text-xl font-semibold text-foreground sm:text-2xl md:text-3xl">
Client Research
Expand Down

0 comments on commit 49607cd

Please sign in to comment.