Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Dec 16, 2023
1 parent 6ffd9a2 commit 42f7688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/layout/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
>
<div class="mx-auto flex">
<div class="flex-1"></div>
<div class="flex items-center gap-0.5 lg:gap-4">
<div class="flex items-center gap-0.5 sm:gap-1 md:gap-2 lg:gap-4">
<Button href="/" classes="hover:bg-gray-100">
<Icon icon="home" weight={600} classes="text-gb p-2 text-3xl sm:text-4xl" />
</Button>
Expand Down
5 changes: 4 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Button
href="https://ssw.com.au"
target="_blank"
classes="bg-gradient-to-b from-red-500 to-red-900 bg-clip-text font-bold text-transparent"
classes="whitespace-nowrap bg-gradient-to-b from-red-500 to-red-900 bg-clip-text font-bold text-transparent"
>
SSW Consulting.
</Button>
Expand All @@ -41,6 +41,7 @@
<span class="h-[2px] w-full bg-gradient-to-r from-blue-600 to-blue-950" />
<span class="flex flex-col px-3.5 py-2.5">
<span class="font-semibold">Blog</span>
<span class="text-sm text-gray-500">Read my latest posts.</span>
</span>
</Button>
<Button
Expand All @@ -53,6 +54,7 @@
<span class="h-[2px] w-full bg-gradient-to-r from-blue-600 to-blue-950" />
<span class="flex flex-col px-3.5 py-2.5">
<span class="font-semibold">Projects</span>
<span class="text-sm text-gray-500">View projects I've worked on.</span>
</span>
</Button>
<Button
Expand All @@ -65,6 +67,7 @@
<span class="h-[2px] w-full bg-gradient-to-r from-blue-600 to-blue-950" />
<span class="flex flex-col px-3.5 py-2.5">
<span class="font-semibold">About</span>
<span class="text-sm text-gray-500">Learn more about me.</span>
</span>
</Button>
</div>
Expand Down

0 comments on commit 42f7688

Please sign in to comment.