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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user