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:
@@ -7,22 +7,23 @@
|
||||
}
|
||||
.experience-date {
|
||||
color: var(--primary-colour) !important;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.95rem;
|
||||
width: 50%;
|
||||
min-width: 50%;
|
||||
-webkit-text-fill-color: inherit;
|
||||
text-decoration: none !important;
|
||||
pointer-events: none;
|
||||
-webkit-text-fill-color: inherit !important;
|
||||
-webkit-text-decoration: none !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
.experience-card:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.experience-company-and-date {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.experience-description {
|
||||
@@ -36,10 +37,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.experience-additional-entry .experience-company-and-date {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.experience-additional-entry .experience-job-title,
|
||||
.experience-additional-entry .experience-company,
|
||||
.experience-additional-entry .experience-date {
|
||||
|
||||
Reference in New Issue
Block a user