Skip to content

Commit

Permalink
fixed height of contact form text area
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Dec 28, 2024
1 parent 31bd71a commit 0c36fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}

textarea {
min-height: 250px;
resize: vertical;
height:125px;
}

.form-label {
Expand All @@ -52,11 +52,13 @@
height: 50px;
}


.btn-primary {
padding: 0.8rem;
font-size: 1.1rem;
margin-top: 1rem;
}

.contact-p{
font-size:1.1em;
color:#6b7280;
Expand Down

0 comments on commit 0c36fe8

Please sign in to comment.