diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c4a4c1b..e017ff6 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -3793,6 +3793,7 @@ form.offer-project { border-radius: 4px; padding: 10px 0 11px 15px; float: left; + width: 100%; } .search-profile-blocks:first-child{margin-top: 0} .search-profile-blocks-wr {margin-top: 46px} @@ -3817,7 +3818,7 @@ form.offer-project { line-height: 23px; } .srch-prof-contract-txt span {font-weight: 700} -.srch-prof-contract-txt a {text-decoration: underline; color: inherit} +.srch-prof-contract-txt a {text-decoration: underline; color: inherit; width: 550px;float: right;} .srch-prof-text {margin-top: 37px} .srch-prof-text p{ font-size: 13px; -- libgit2 0.21.4