Vincent 11 месяцев назад
Родитель
Сommit
f63549d580
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      components/Partnerships/Contact.vue

+ 4 - 1
components/Partnerships/Contact.vue

@@ -65,6 +65,10 @@ import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
       }
     }
   }
+
+  @media (max-width: 600px) {
+    margin: 0;
+  }
 }
 
 .v-img {
@@ -99,7 +103,6 @@ p {
   padding: 19px 28px;
 
   @media (max-width: 1240px) {
-    margin-top: 24px;
     width: 40%;
     margin-left: 30%;
   }