font fixes

This commit is contained in:
kurpfish
2021-08-13 15:18:18 +03:00
parent fd8558ec02
commit a168d71497
16 changed files with 41 additions and 9 deletions

View File

@ -31,7 +31,7 @@ const Description = ({ onLoadMore }) => {
</div>
<div className="col-12 col-xl-6">
<h3 className={style.description__title}>
{el.specification} {SKILLS[el.position_id]}, {LEVELS[el.level]}
<Link to={`/candidate/${el.id}`}>{el.specification} {SKILLS[el.position_id]}, {LEVELS[el.level]} </Link>
</h3>
{el.vc_text_short ? (
@ -88,7 +88,7 @@ const Description = ({ onLoadMore }) => {
</div>
<div className="col-12 col-xl-6">
<h3 className={style.description__title}>
{el.specification} {SKILLS[el.position_id]}, {LEVELS[el.level]}
<Link to={`/candidate/${el.id}`}> {el.specification} {SKILLS[el.position_id]}, {LEVELS[el.level]} </Link>
</h3>
{el.vc_text_short ? (

View File

@ -53,7 +53,7 @@
margin-bottom: 10px;
}
.description__title {
.description__title a {
color: #333;
}
@ -115,6 +115,7 @@
border: none;
color: #ffffff;
font-family: 'Muller';
font-weight: bold;
font-size: 1.6em;
line-height: normal;
letter-spacing: 0.8px;