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