improve pdf layout and add profile pics

This commit is contained in:
Joakim Repomaa
2026-02-19 18:21:11 +02:00
parent 60567717eb
commit 1744466b2b
10 changed files with 87 additions and 55 deletions

View File

@@ -9,7 +9,7 @@
let { title, children }: Props = $props();
</script>
<section class="mb-6 pb-3 border-b border-pdf-muted/30 last:border-b-0">
<section class="mb-6 pb-3 border-b border-pdf-muted/30 last:border-b-0 break-inside-avoid">
<h2 class="text-sm font-bold text-pdf-fg flex items-center uppercase tracking-wide">
{title}
</h2>