amend font sizes

This commit is contained in:
María
2025-09-16 15:39:30 +02:00
committed by María
parent bdbccbb8fa
commit 22ff72f4a8
15 changed files with 75 additions and 79 deletions

View File

@@ -12,7 +12,7 @@
<!-- TODO: Add a fallback image -->
</div>
<div class="flex flex-col gap-4 items-center text-center">
<p class="text-center text-base" v-html="description"></p>
<p class="text-center text-base-custom" v-html="description"></p>
<NuxtLink v-if="link" :to="link.url">
<p class="text-button hover:text-button-hover">{{ link.label }}</p>
</NuxtLink>