amend font sizes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user