瀏覽代碼

post review fixes

Olivier Massot 1 年之前
父節點
當前提交
ad7c9aa6b7
共有 2 個文件被更改,包括 6 次插入4 次删除
  1. 2 2
      components/Home/Promotion.vue
  2. 4 2
      components/Home/Reviews.client.vue

+ 2 - 2
components/Home/Promotion.vue

@@ -57,7 +57,7 @@
           />
         </v-img>
 
-        <!-- <video
+        <video
           v-else
           controls
           autoPlay
@@ -69,7 +69,7 @@
             src="/storage/Video_Corporate_Opentalent-Agenda_et_logiciels_culturels.mp4"
             type="video/mp4"
           />
-        </video> -->
+        </video>
       </v-col>
     </v-row>
 

+ 4 - 2
components/Home/Reviews.client.vue

@@ -124,8 +124,8 @@
     </div>
 
     <!-- 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">
           <Carousel ref="reviewCarousel" :items-to-show="1" :wrap-around="true">
             <Slide v-for="(card, index) in cards" :key="index">
@@ -378,6 +378,8 @@ const items: Ref<Array<{ src: string; alt: string }>> = ref([
 }
 
 .container-sm {
+  background-color: var(--primary-color);
+
   .v-card {
     width: 70%;
     display: flex;