Updated CV for 9/2025
This commit is contained in:
@ -139,6 +139,11 @@ body.scale-cv {
|
||||
height: 110%;
|
||||
transform: translate(5px, 0);
|
||||
}
|
||||
.scale-cv .experience__line__last {
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
transform: translate(5px, 0);
|
||||
}
|
||||
.scale-cv .education__data,
|
||||
.scale-cv .experience__data {
|
||||
gap: 0.25rem;
|
||||
@ -410,7 +415,14 @@ img {
|
||||
.experience__line {
|
||||
display: block;
|
||||
width: 2px;
|
||||
height: 110%;
|
||||
height: 109%;
|
||||
background-color: var(--text-color-light);
|
||||
transform: translate(7px, 0);
|
||||
}
|
||||
.experience__line__last {
|
||||
display: block;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
background-color: var(--text-color-light);
|
||||
transform: translate(7px, 0);
|
||||
}
|
||||
@ -430,6 +442,7 @@ img {
|
||||
.education__year {
|
||||
font-size: var(--smaller-font-size);
|
||||
}
|
||||
|
||||
/*========== SKILLS AND LANGUAGES ==========*/
|
||||
.skills__content,
|
||||
.languages__content {
|
||||
|
||||
Reference in New Issue
Block a user