interview page and design fixes

This commit is contained in:
kurpfish
2021-08-18 15:56:24 +03:00
parent deecc0905a
commit 288f060575
18 changed files with 271 additions and 79 deletions

View File

@ -24,7 +24,6 @@ const ReportForm = () => {
return (
<section className="reportForm">
<div className="container">
<div className="row">
<div className="col-xl-12">
<div className={style.reportForm__block}>
@ -87,7 +86,6 @@ const ReportForm = () => {
</div>
</div>
</div>
</div>
</section>
);
};