change: conthrax only for heading

This commit is contained in:
Julian Krauser 2025-07-26 13:11:53 +02:00
parent 8c1a01d892
commit 3d9321e7df
64 changed files with 246 additions and 6 deletions

View file

@ -8,7 +8,7 @@
:imgAttrs="{ class: 'w-full h-60 object-cover object-center' }"
/>
<div v-if="data?.title" primary class="h-12 min-h-12 w-full px-12 justify-center items-center gap-5 flex">
<p>{{ data.title }}</p>
<p class="conthrax">{{ data.title }}</p>
</div>
</div>
</template>