fix contact form input field heights
This commit is contained in:
parent
42a7b0e9b5
commit
483e569d06
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue