liste artistes

This commit is contained in:
2026-02-24 18:41:20 +01:00
parent 8dd7cbbb06
commit 35be3e4ee3
23 changed files with 1316 additions and 54 deletions

View File

@@ -34,6 +34,7 @@
:alt="illustration.alternativeText || artiste?.nom_artiste_ondif || ''"
ratio="3-4"
/>
<div v-else class="img_placeholder" aria-hidden="true" />
</div>
<div class="fiche_header_bandeau"></div>
<div class="fiche_header_infos">
@@ -57,7 +58,7 @@
</section>
<PageSection tone="" content-size="default">
<PageSection tone="" content-size="default" class="fiche_description">
<section v-if="descriptionBlocks" class="description_wp">
<StrapiBlocksConvert :blocks="descriptionBlocks" />
@@ -303,8 +304,6 @@
}
.fiche_header_inner {
@media (min-width: 0px) and (max-width: 600px) {
grid-column: 1;
grid-row: 1/5;
@@ -644,9 +643,10 @@
/* ============================ */
/* DESCRIPTION */
/* ============================ */
.description_wp {
.fiche_description {
display: flex;
justify-content: center;
padding-top: 70px;
padding-bottom: 70px;
padding-left: 10px;
padding-right: 10px;