Fix(UI): Prevent CV dates from appearing as phone numbers on iOS.

This commit is contained in:
2025-02-02 18:05:03 +00:00
parent 347bafcabd
commit e096f03a2a

View File

@@ -173,6 +173,9 @@
font-size: 0.9rem;
width: 50%;
min-width: 50%;
-webkit-text-fill-color: inherit;
text-decoration: none;
pointer-events: none;
}
.experience-card:last-child {
margin-bottom: 0;