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 {