copyright
This commit is contained in:
@ -64,7 +64,7 @@ const Form = () => {
|
||||
<input
|
||||
onChange={handleChange}
|
||||
id="phone"
|
||||
type="number"
|
||||
type="text"
|
||||
name="Phone"
|
||||
placeholder="Телефон"
|
||||
value={data.phone}
|
||||
|
@ -59,6 +59,10 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.form__btn {
|
||||
width: 288px;
|
||||
height: 75px;
|
||||
|
Reference in New Issue
Block a user