Skip to content

Commit

Permalink
Style forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jericson committed Mar 28, 2024
1 parent f94462e commit f9cf0b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/stylesheets/contact.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
textarea {
display: block;
min-width: 500px;
resize: vertical;
min-width: 350px;
/*resize: vertical;*/
}

/* https://stackoverflow.com/questions/6046110/styling-form-with-label-above-inputs/6046196#6046196 */
input, input {
input, textarea, label, form {
display: block;
}

0 comments on commit f9cf0b1

Please sign in to comment.