copyright

This commit is contained in:
kurpfish
2021-08-16 14:38:12 +03:00
parent a168d71497
commit fd695627e7
4 changed files with 11 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const Form = () => {
<input
onChange={handleChange}
id="phone"
type="number"
type="text"
name="Phone"
placeholder="Телефон"
value={data.phone}

View File

@ -59,6 +59,10 @@
outline: none;
}
textarea {
resize: none;
}
.form__btn {
width: 288px;
height: 75px;