This commit is contained in:
2026-04-10 15:50:23 +02:00
parent 17605e9ec6
commit d8f9bb59fa
13 changed files with 627 additions and 75 deletions

View File

@@ -91,7 +91,7 @@
/>
</div>
</section>
<SectionContent class="description_wp">
<SectionContent class="description_wp fiche_description">
<StrapiBlocksConvert :blocks="t.tiroir_description" />
</SectionContent>
<section v-if="t.tiroir_videos.length" class="youtube_wp">
@@ -257,6 +257,19 @@ et de la programmation jeune public"
background-color: var(--c-background-jaune);
margin-bottom: 50px;
}
.fiche_description {
display: flex;
justify-content: center;
padding-top: 10px;
padding-bottom: 70px;
padding-left: 10px;
padding-right: 10px;
> * {
max-width: 640px;
display: flex;
flex-direction: column;
}
}
.contact_spe_wp {
background-color: var(--c-background-jaune-clair);
margin-bottom: 20px;