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

@@ -5,13 +5,13 @@
<div class="flex flex-col lg:w-3/5">
<div class="flex flex-col">
<h2 class="text-4xl font-bold mb-6">{{ title }}</h2>
<p class="mb-8 text-lg" v-html="description"></p>
<p class="mb-8 text-lg-custom" v-html="description"></p>
</div>
<ul class="flex flex-col gap-4 mb-8">
<li v-for="(item, index) in items" :key="`item-${index}`" class="flex items-center gap-4">
<img v-if="item.icon" :src="`/svg/${item.icon}`" :alt="`icon-${item.icon}`" class="w-8 h-8" />
<p class="text-lg" v-html="item.content"></p>
<p class="text-lg-custom" v-html="item.content"></p>
</li>
</ul>
<NuxtLink v-if="button" :to="`/${langcode}/${button.link}`" class=" w-fit">