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

@@ -1,5 +1,5 @@
<template>
<div>
<div class="concert--page">
<section v-if="pending" aria-busy="true" aria-live="polite">
<p>en cours de chargement...</p>
</section>
@@ -766,21 +766,6 @@
}
}
/* ============================ */
/* DESCRIPTION */
/* ============================ */
.description_wp {
display: flex;
justify-content: center;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
> * {
max-width: 570px;
display: flex;
flex-direction: column;
}
}
/* ============================ */
/* GALERIES */
/* ============================ */
@@ -876,8 +861,33 @@
}
.youtube-item iframe {
aspect-ratio: 16 / 9;
aspect-ratio: 16 / 9;
border: 0;
}
// =======================
// SPÉCIFIQUE À CETTE PAGE
// =======================
/* ============================ */
/* DESCRIPTION */
/* ============================ */
.concert--page {
.description_wp {
display: flex;
justify-content: center;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
> * {
max-width: 570px;
display: flex;
flex-direction: column;
}
}
}
</style>

View File

@@ -1,13 +0,0 @@
<template>
<div>
</div>
</template>
<script setup>
</script>
<style lang="scss">
</style>

View File

@@ -1,13 +0,0 @@
<template>
<div>
</div>
</template>
<script setup>
</script>
<style lang="scss">
</style>