rezise none to footerSection

(cherry picked from commit 705cb0d84f)
This commit is contained in:
Esteban 2026-05-29 17:40:31 -05:00
parent e383dc0081
commit f768e31ba6
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ const handleSubmit = async (e) => {
:placeholder="tl('footer.form.mesagge')" :placeholder="tl('footer.form.mesagge')"
rows="5" rows="5"
required 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"
></textarea> ></textarea>
</fieldset> </fieldset>
@ -185,4 +185,4 @@ const handleSubmit = async (e) => {
fill: #1ecd97; fill: #1ecd97;
font-size: 22px; font-size: 22px;
} }
</style> </style>