Skip to content

Commit

Permalink
Merge pull request #19 from grzegorzxpatyk/develop
Browse files Browse the repository at this point in the history
add shadow to profile pic
  • Loading branch information
grzegorzxpatyk committed Oct 17, 2023
2 parents 1504670 + f7db46c commit 736315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/bio.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</script>

<section class="flex flex-col justify-start items-start pb-6 border-b border-b-zinc-800 dark:border-b-zinc-400">
<img src={profile} alt={picDescription} class="rounded-full mb-8 min-w-[120px] w-5/6 self-center sm:self-auto sm:w-full" />
<img src={profile} alt={picDescription} class="rounded-full mb-8 min-w-[120px] w-5/6 self-center sm:self-auto sm:w-full shadow-2xl shadow-zinc-500 dark:shadow-zinc-700" />
<h1 class="text-zinc-950 dark:text-zinc-100 text-3xl mb-4 text-left font-extrabold">{name}</h1>
<h2 class="dark:text-zinc-300 text-xl font-medium">{jobTitle}</h2>
</section>

0 comments on commit 736315d

Please sign in to comment.