diff --git a/src/components/section/FormContact.vue b/src/components/section/FormContact.vue index 51ea1e3..c69ffb6 100644 --- a/src/components/section/FormContact.vue +++ b/src/components/section/FormContact.vue @@ -87,7 +87,7 @@ const handleSubmit = async (e) => { :placeholder="tl('footer.form.mesagge')" rows="5" required - class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none" + class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none resize-none" > @@ -185,4 +185,4 @@ const handleSubmit = async (e) => { fill: #1ecd97; font-size: 22px; } - \ No newline at end of file +