mise à jour les articles #2

Merged
dora merged 3 commits from feature/articles into main 2024-12-24 20:49:07 +01:00
Showing only changes of commit 027b1c144e - Show all commits

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>