mettre l'introduction et la conclusio en gras
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
hatemhellal
2024-12-24 18:15:38 +01:00
parent fd6f880cec
commit bbb6fe3094
3 changed files with 7 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
</v-row>
<!-- Introduction section -->
<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">{{ introduction.title }}</h1>
<h1 class="my-8 lg:text-xl text-l text-black font-bold">{{ introduction.title }}</h1>
<p class="text-xs text-black sm:mb-24 mr-2 lg:mr-8 text-justify">{{ introduction.description }}</p>
</v-row>
<!-- Articles Section -->
@@ -103,7 +103,7 @@
</v-col>
</v-row>
<v-row v-if="summary" class="d-flex justify-center align-center text-center">
<p class="text-xs text-black mb-8 px-1 text-center">{{ summary.description }}</p>
<p class="text-xs text-black mb-8 px-1 text-center font-bold">{{ summary.description }}</p>
</v-row>
<v-row class="justify-center">
<v-col cols="12" md="6" lg="8">