fix contact form input field heights

This commit is contained in:
Anton Livaja 2025-03-15 12:08:50 -07:00
parent 42a7b0e9b5
commit 483e569d06
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 2 additions and 2 deletions

View File

@ -853,15 +853,15 @@ textarea {
font-size: 16px;
caret-color: white !important;
color: white !important;
height: 130px !important;
background: var(--background-color) !important;
height: 60px;
width: 100%;
padding: 8px;
margin-bottom: 10px;
}
.form-textarea {
height: 100px;
height: 130px !important;
}
.form-checkbox-container {