Kaynağa Gözat

V8-7071 : alignement texte bloc contact de la page partenaire

Vincent 11 ay önce
ebeveyn
işleme
e8501e5d79
1 değiştirilmiş dosya ile 4 ekleme ve 8 silme
  1. 4 8
      components/Partnerships/Contact.vue

+ 4 - 8
components/Partnerships/Contact.vue

@@ -46,17 +46,13 @@ import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
   .col {
     padding: 0 6px;
     display: flex;
-    flex-direction: column;
-  }
-
-  .col:first-child {
-    align-items: center;
+    flex-direction:column;
+    align-self: center;
   }
 
   .col:nth-child(2) {
-    padding: 60px;
-    justify-content: center;
-    align-items: self-start;
+    padding-left: 60px;
+    padding-right: 60px;
 
     @media (max-width: 600px) {
       padding: 12px;