Skip to content
Snippets Groups Projects
Commit 219f3131 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: ensure vertically centered section header headline

parent 19f3cfa0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<section>
<header class="tw-relative tw-flex tw-items-center tw-gap-6 tw-mt-12 tw-mb-4 first:tw-mt-0">
<SectionTitle>{{ title }}</SectionTitle>
<SectionTitle class="tw-mb-0">{{ title }}</SectionTitle>
<slot name="header" />
</header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment