fixed description css

This commit is contained in:
Hope87
2021-07-21 14:40:06 +03:00
parent bccc5f98dc
commit f42f7a9f71
8 changed files with 60 additions and 48 deletions

View File

@ -24,7 +24,6 @@ const Form = () => {
const handleSubmit = (e) => {
e.preventDefault();
console.log('submitData', data);
const formData = new FormData();
formData.append('email', data.email);
@ -38,8 +37,6 @@ const Form = () => {
history.goBack();
};
console.log('data', data);
return (
<div className="container">
<div className="row">

View File

@ -15,7 +15,6 @@
line-height: 16.81px;
text-align: left;
margin-bottom: 20px;
margin-left: 45px;
}
.form > input {