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 082505b commit 0c43f7a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/contacto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,15 @@
<meta name="msapplication-TileColor" content="#282828" />
<meta name="theme-color" content="#282828" />


<style>
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 280px;
}
</style>



Expand Down

0 comments on commit 0c43f7a

Please sign in to comment.