Added a download CV button with language selection
This commit is contained in:
parent
3f1ec3056d
commit
91936e441f
3 changed files with 59 additions and 2 deletions
|
|
@ -162,3 +162,17 @@ html.lenis {
|
|||
font-family: 'Inter', sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* ═══════════════════════════
|
||||
CV DOWNLOAD MODAL
|
||||
═══════════════════════════ */
|
||||
#cv-modal.is-open {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
#cv-modal.is-open #cv-modal-card {
|
||||
transform: scale(1);
|
||||
}
|
||||
.cv-lang-btn:hover {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue