Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Jan 2, 2025
1 parent 47b8bdf commit 3b4541a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/NameCard.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="flex w-full my-5 px-5 flex-col font-poppins items-center justify-center text-white bg-gradient-to-b from-blue-900 via-gray-900 to-black"
class="flex w-full my-6 px-5 flex-col font-poppins items-center justify-center text-white bg-gradient-to-b from-blue-900 via-gray-900 to-black"
>
<div
class="flex flex-col items-center justify-center gap-4 w-full max-w-3xl rounded-md animate-fadein"
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</svelte:head>

<div class="w-full flex items-center justify-center animate-fadein">
<div class="max-w-3xl w-full my-5 mx-auto flex flex-col gap-4 font-poppins px-5 text-white sm:px-0">
<div class="max-w-3xl w-full my-6 mx-auto flex flex-col gap-4 font-poppins px-5 text-white sm:px-0">
<Header title="Blogs" HyperLink={false} />
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/routes/projects/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<base target="_blank" />

<div class="flex flex-col font-poppins w-full mx-auto px-5 py-6 my-4 sm:p-8 items-center justify-center">
<div class="flex flex-col font-poppins w-full mx-auto px-5 pt-0 pb-0 my-6 sm:p-8 items-center justify-center">
<div class="text-white text-shadow flex flex-col items-center justify-center">
<p class="text-white mb-5 text-5xl md:text-7xl sm:text-5xl font-bold sm:px-0 text-center font-poppins">
{data.project.title}
Expand All @@ -28,8 +28,8 @@


<article class="flex flex-col font-poppins w-full mx-auto 2xl:w-[75%]">
<div class="mb-10 text-white text-shadow flex flex-col self-center">
<p class="bg-white rounded-lg h-1 flex transition-all mb-10 text-white mx-4" />
<div class="mb-6 text-white text-shadow flex flex-col self-center">
<p class="bg-white rounded-lg h-1 flex transition-all mb-6 text-white mx-4" />
<article class="bg-secondary rounded-md p-5 font-poppins backdrop-blur-3xl shadow-2xl justify-center flex animate-fadein mx-4">
<article class="prose text-white prose-headings:font-bold prose-headings:text-white prose-headings:font-poppins prose-a:underline prose-a:text-white hover:prose-a:text-tertiary hover:prose-a:transition-all">

Expand Down

0 comments on commit 3b4541a

Please sign in to comment.