瀏覽代碼

redimensionnement des card pour 13 pouces

maha bouchiba 1 年之前
父節點
當前提交
5f104e81d6
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      components/About/Chronologie.client.vue
  2. 2 2
      components/Home/Promotion.vue

+ 2 - 2
components/About/Chronologie.client.vue

@@ -264,11 +264,11 @@ const slides: Array<ChronologyItem> = [
 
   .image-container,
   .description-container {
-    height: 320px;
+    height: 355px;
     width: 320px;
 
     @media (max-width: 1480px) {
-      height: 320px;
+      height: 350px;
       width: 260px;
     }
 

+ 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>