From 6c8fcf34f4da76aa8984d05eb1d614312841788d Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Sun, 18 Apr 2021 14:51:13 +0200 Subject: [PATCH] fix Contact form spacing --- src/components/ContactForm.vue | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/components/ContactForm.vue b/src/components/ContactForm.vue index e5a54a2..a38449e 100644 --- a/src/components/ContactForm.vue +++ b/src/components/ContactForm.vue @@ -4,15 +4,15 @@ {{ $t('contact.form.title.main') }}
{{ $t('contact.form.title.email') }} 📬
-
-
+
+
@@ -23,7 +23,7 @@ required type="email" placeholder=" " - class="form-input-half w-full" + class="second-input w-full" />
@@ -59,7 +59,7 @@ {{ $t('contact.form.success') }}
-
@@ -125,21 +125,27 @@ export default {