Fix(UI): \n 1. Prevent experience section dates from being detected as phone numbers on iOS on Safari. \n 2. Improved bullet point styling on all cards.

This commit is contained in:
2025-03-05 20:15:32 +00:00
parent c237680b30
commit e5e29273a9
4 changed files with 21 additions and 29 deletions

View File

@@ -12,6 +12,7 @@ nav ul {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
}
nav ul li {
margin-top: auto;