rezise none to footerSection

This commit is contained in:
Esteban 2026-05-29 17:40:31 -05:00
parent a476eaf6e2
commit 705cb0d84f
1 changed files with 2 additions and 2 deletions

View File

@ -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"
></textarea>
</fieldset>
@ -185,4 +185,4 @@ const handleSubmit = async (e) => {
fill: #1ecd97;
font-size: 22px;
}
</style>
</style>