Skip to content

Commit

Permalink
style: adjust paragraph spacing for project sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 10, 2024
1 parent 43fb156 commit 2481801
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
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 max-w-2xl text-center text-sm text-muted-foreground md:text-base">Ongoing</p>
<p class="mx-auto mb-10 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 @@ -143,7 +145,9 @@
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 max-w-2xl text-center text-sm text-muted-foreground md:text-base">Completed</p>
<p class="mx-auto mb-10 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 2481801

Please sign in to comment.