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

@@ -25,11 +25,11 @@
<!-- TODO: Add a fallback image -->
</div>
<div class="flex flex-col gap-2 items-center">
<h4 class="text-5.5 font-semibold uppercase">{{ title }}</h4>
<p class="text-center text-base max-w-xl" v-html="description"></p>
<h4 class="font-semibold uppercase">{{ title }}</h4>
<p class="text-center max-w-xl text-base-custom" v-html="description"></p>
</div>
</NuxtLink>
<div v-if="!link" class="flex flex-col gap-4 p-8 items-center">
<div v-if="!link" class="flex flex-col gap-4 px-8 py-12 items-center">
<div v-if="image" class="h-25 w-25">
<img
:src="`/img/${image.src}`"
@@ -44,8 +44,8 @@
{{ number }}</h3>
</div>
<div class="flex flex-col gap-2 items-center text-center">
<h4 class="text-5.5 font-semibold uppercase">{{ title }}</h4>
<p class="text-center text-base" v-html="description"></p>
<h4 class="font-semibold uppercase">{{ title }}</h4>
<p class="text-center text-base-custom" v-html="description"></p>
</div>
</div>
</div>