Fix(UI): \n 1. Prevented experience section dates from being detected as phone numbers on Safari on iOS. \n 2. Added GitHub contributions calendar overflow-x handling. \n 3. Re-added security header tags. \n 4. Locked experience section date styling to prevent user from noticing faulty iOS detection as phone number behaviour.

This commit is contained in:
2025-03-05 19:54:14 +00:00
parent 5d488bd601
commit c237680b30
2 changed files with 7 additions and 2 deletions

View File

@@ -6,12 +6,12 @@
margin-bottom: 0;
}
.experience-date {
color: var(--primary-colour);
color: var(--primary-colour) !important;
font-size: 0.9rem;
width: 50%;
min-width: 50%;
-webkit-text-fill-color: inherit;
text-decoration: none;
text-decoration: none !important;
pointer-events: none;
}
.experience-card:last-child {