Quellcode durchsuchen

section promotion : pbm responsive

maha bouchiba vor 1 Jahr
Ursprung
Commit
2432797727
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      components/Home/Promotion.vue

+ 1 - 1
components/Home/Promotion.vue

@@ -154,7 +154,7 @@ const playVideo: Ref<boolean> = ref(false)
     background: var(--primary-color);
 
     @media (max-width: 600px) {
-      min-height: 430px;
+      min-height: 550px;
       padding: 0 5%;
     }
   }