diff --git a/src/components/Auth/AuthForDevelopers.module.css b/src/components/Auth/AuthForDevelopers.module.css index 3a14debd..52d6f97e 100644 --- a/src/components/Auth/AuthForDevelopers.module.css +++ b/src/components/Auth/AuthForDevelopers.module.css @@ -182,7 +182,7 @@ background-color: #ffffff; border: 2px solid #6aaf5c; font-family: 'Muller'; - font-size: 2em; + font-size: 1.8em; letter-spacing: normal; line-height: 71.88px; text-align: center; diff --git a/src/components/Auth/AuthForPartners.module.css b/src/components/Auth/AuthForPartners.module.css index 071b3005..313e9954 100644 --- a/src/components/Auth/AuthForPartners.module.css +++ b/src/components/Auth/AuthForPartners.module.css @@ -179,7 +179,7 @@ background-color: #ffffff; border: 2px solid #6aaf5c; font-family: 'Muller'; - font-size: 2em; + font-size: 1.8em; letter-spacing: normal; line-height: 71.88px; text-align: center; diff --git a/src/components/Candidate/Candidate.js b/src/components/Candidate/Candidate.js index 9a9f4586..64df807c 100644 --- a/src/components/Candidate/Candidate.js +++ b/src/components/Candidate/Candidate.js @@ -102,7 +102,7 @@ const Candidate = () => {
Опыт работы
-4+ лет
+ { candidate && candidate.years_of_exp && <> +Опыт работы
+{getYearsString(candidate.years_of_exp)}
+ > }