Skip to content

Commit

Permalink
fix: removed double gap
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 10, 2024
1 parent 186f37d commit 43fb156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/testimonials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
in:blur={{ delay: 50, duration: 500 }}
>
<h2 class="mb-1 text-center text-lg font-medium sm:text-xl md:text-2xl">Testimonials</h2>
<p class="mx-auto mb-10 max-w-2xl text-center text-sm text-muted-foreground md:text-base">
<p class="mx-auto max-w-2xl text-center text-sm text-muted-foreground sm:mb-10 md:text-base">
What our partners say about us
</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
Expand Down
8 changes: 2 additions & 6 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
in:blur={{ delay: 50, duration: 500 }}
>
<h2 class="mb-1 text-center text-lg font-medium sm:text-xl md:text-2xl">Fall 2024</h2>
<p class="mx-auto mb-10 max-w-2xl text-center text-sm text-muted-foreground md:text-base">
Ongoing
</p>
<p class="mx-auto max-w-2xl text-center text-sm text-muted-foreground md:text-base">Ongoing</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<div class="flex w-fit">
Expand Down Expand Up @@ -145,9 +143,7 @@
in:blur={{ delay: 50, duration: 500 }}
>
<h2 class="mb-1 text-center text-lg font-medium sm:text-xl md:text-2xl">Spring 2024</h2>
<p class="mx-auto mb-10 max-w-2xl text-center text-sm text-muted-foreground md:text-base">
Completed
</p>
<p class="mx-auto max-w-2xl text-center text-sm text-muted-foreground md:text-base">Completed</p>
<div class="grid grid-cols-1 gap-[1px] bg-zinc-900 sm:grid-cols-2">
<div class="items-left flex flex-col gap-5 bg-zinc-950 px-3 py-10 sm:p-10">
<div class="flex w-fit">
Expand Down

0 comments on commit 43fb156

Please sign in to comment.