浏览代码

minor fix

Olivier Massot 1 年之前
父节点
当前提交
6ad52afe79
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      components/Logiciels/Artist/Formations.vue

+ 2 - 5
components/Logiciels/Artist/Formations.vue

@@ -10,7 +10,7 @@
           </v-row>
 
           <v-row class="formation center-90 py-12 align-center mb-12">
-            <v-col cols="12" lg="4">
+            <v-col cols="12" lg="6">
               <v-img
                 src="/images/pages/opentalent_artist/formations/Webinaire_Opentalent_Artist.jpg"
                 alt="Ordinateur avec un écran en visioconférence avec plusieurs personnes posé sur une table de salon devant une fenêtre avec des plantes et une tasse posées à côté"
@@ -65,10 +65,7 @@ import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
     background-position: center;
     background-size: cover;
     border-radius: 10%;
-
-    @media (max-width: 1240px) {
-      margin: 0 auto;
-    }
+    margin: 0 auto;
   }
 
   :deep(.v-img img) {