font fixes
This commit is contained in:
@ -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 ? (
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user