devscard/src/pdf/components/section-heading.astro
Konrad Szwarc af7e6c285d
Add PDF CV generation script (#156)
Co-authored-by: Szymon Kin <68154191+hoolek77@users.noreply.github.com>
2023-01-18 18:49:47 +01:00

4 lines
178 B
Text

<div class="flex items-center gap-4 pt-10 pb-5">
<div class="whitespace-nowrap text-2xl font-extrabold text-gray-900"><slot /></div>
<hr class="w-full bg-gray-300" />
</div>