Skip to content

Commit

Permalink
Merge pull request #21 from grzegorzxpatyk/develop
Browse files Browse the repository at this point in the history
fix profile pic styling in media print
  • Loading branch information
grzegorzxpatyk committed Oct 25, 2023
2 parents 4e9eb40 + 14d2618 commit 6ba5b33
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 shadow-2xl shadow-zinc-500 dark:shadow-zinc-700" />
<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 print:shadow-none" />
<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 6ba5b33

Please sign in to comment.