diff --git a/components/ContactFormValidation.vue b/components/ContactFormValidation.vue index b16bc2e..3f43320 100644 --- a/components/ContactFormValidation.vue +++ b/components/ContactFormValidation.vue @@ -14,7 +14,7 @@

Votre message a bien été envoyé !

-

Une erreur est survenue... Veuillez me contacter à l'adresse e-mail contact@paulnicoue.com

+

Une erreur est survenue... Vérifiez les champs saisis ou contactez-moi à l'adresse e-mail contact@paulnicoue.com

@@ -124,7 +124,7 @@ &-enter-to, &-leave-from { - max-height: calc(1rem + (3 * var(--caption-font-height))); + max-height: calc(1rem + (4 * var(--caption-font-height))); } }