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

@@ -30,7 +30,6 @@ const TagSelect = () => {
return (
<>
<section className={style.search}>
<div className="container">
<div className="row">
<div className="col-12">
<h2 className={style.search__title}>Найти специалиста по навыкам</h2>
@@ -52,7 +51,6 @@ const TagSelect = () => {
</div>
</div>
</div>
</div>
</section>
</>
);