|
@@ -124,8 +124,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Petits écrans -->
|
|
<!-- Petits écrans -->
|
|
|
- <div v-else class="container-sm" style="background-color: #0e2d32;">
|
|
|
|
|
- <v-row >
|
|
|
|
|
|
|
+ <div v-else class="container-sm">
|
|
|
|
|
+ <v-row>
|
|
|
<v-col cols="12">
|
|
<v-col cols="12">
|
|
|
<Carousel ref="reviewCarousel" :items-to-show="1" :wrap-around="true">
|
|
<Carousel ref="reviewCarousel" :items-to-show="1" :wrap-around="true">
|
|
|
<Slide v-for="(card, index) in cards" :key="index">
|
|
<Slide v-for="(card, index) in cards" :key="index">
|
|
@@ -378,6 +378,8 @@ const items: Ref<Array<{ src: string; alt: string }>> = ref([
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.container-sm {
|
|
.container-sm {
|
|
|
|
|
+ background-color: var(--primary-color);
|
|
|
|
|
+
|
|
|
.v-card {
|
|
.v-card {
|
|
|
width: 70%;
|
|
width: 70%;
|
|
|
display: flex;
|
|
display: flex;
|