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

@@ -1,9 +1,14 @@
/* GitHub Contributions Calendar */
.github-calendar {
max-width: 100%;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.github-calendar table.js-calendar-graph-table thead th:first-child,
.github-calendar table.js-calendar-graph-table tbody td:first-child {
min-width: 1.5rem;
}
/* Hide broken statistics */
.github-calendar > :not(:first-child) {
display: none;