resume adaptive

This commit is contained in:
Victor Batischev
2023-12-04 19:34:59 +03:00
parent cdf06c7984
commit db9a7b24c6
5 changed files with 9 additions and 6 deletions

View File

@ -117,7 +117,7 @@ export const Summary = () => {
<div className="summary__experience">
<div className="experience__block">
<div className="summary__sections__head">
<h3>Описание опыта работы</h3>
<h3>Опыт работы</h3>
<button
className={editSummeryOpen ? "edit" : ""}
onClick={() => {

View File

@ -242,6 +242,11 @@
line-height: 32px;
white-space: nowrap;
text-transform: uppercase;
@media (max-width: 550px) {
font-size: 14px;
line-height: 20px;
}
}
}
}