Browse Source

section promotion : pbm responsive

maha bouchiba 1 year ago
parent
commit
2432797727
1 changed files with 1 additions and 1 deletions
  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%;
     }
   }