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

@@ -16,7 +16,7 @@ h1, h2, h3 {
}
ul, li {
list-style-position: outside;
list-style-position: inside;
}
/* Common card styles */
@@ -41,7 +41,7 @@ ul, li {
/* Responsive design */
@media (max-width: 768px) {
nav ul {
flex-direction: column;
flex-direction: row;
align-items: center;
gap: 1rem;
}