Skip to content

Commit

Permalink
responsive form fix
Browse files Browse the repository at this point in the history
  • Loading branch information
relopezbriega authored Dec 15, 2024
1 parent 0c43f7a commit 3bca1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/contacto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h1>Contacto</h1>
</fieldset>
<fieldset>
<strong><label for="message">Mensaje</label></strong><br>
<textarea name="message" rows="1" placeholder="Mensaje" required style="margin: 0px; width: 610px; height: 280px;"></textarea>
<textarea name="message" rows="1" placeholder="Mensaje" "></textarea>
</fieldset>
<input class="hidden" type="text" name="_gotcha" style="display:none">
<input class="hidden" type="hidden" name="_subject" value="Message via http://domain.com">
Expand Down

0 comments on commit 3bca1a3

Please sign in to comment.