font fixed
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Do-raa
2024-12-24 19:27:51 +01:00
parent bbb6fe3094
commit 027b1c144e

View File

@@ -15,8 +15,9 @@
</v-row> </v-row>
<!-- Introduction section --> <!-- Introduction section -->
<v-row v-if="introduction" class="d-flex justify-center align-center text-center mx-4"> <v-row v-if="introduction" class="d-flex justify-center align-center text-center mx-4">
<h1 class="my-8 lg:text-xl text-l text-black font-bold">{{ introduction.title }}</h1> <h1 class="my-8 lg:text-xl text-l text-black">{{ introduction.title }}</h1>
<p class="text-xs text-black sm:mb-24 mr-2 lg:mr-8 text-justify">{{ introduction.description }}</p> <p class="text-xs text-black sm:mb-24 mr-2 lg:mr-8 text-justify font-bold">{{ introduction.description
}}</p>
</v-row> </v-row>
<!-- Articles Section --> <!-- Articles Section -->
<v-row> <v-row>