fix: remove missing udemy.png reference, improve text justification
- Remove courseLogo reference for Udemy courses (use fallback icon) - Add text-justify: inter-word and hyphens: auto to intro-text - Better text flow on iPad/tablet widths with narrow columns
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@
|
||||
{
|
||||
"title": "Udemy Certifications",
|
||||
"institution": "Udemy",
|
||||
"courseLogo": "udemy.png",
|
||||
"courseLogo": "",
|
||||
"location": "Online",
|
||||
"date": "2024-2025",
|
||||
"duration": "Various",
|
||||
|
||||
+1
-1
@@ -744,7 +744,7 @@
|
||||
{
|
||||
"title": "Certificaciones Udemy",
|
||||
"institution": "Udemy",
|
||||
"courseLogo": "udemy.png",
|
||||
"courseLogo": "",
|
||||
"location": "Online",
|
||||
"date": "2024-2025",
|
||||
"duration": "Varios",
|
||||
|
||||
@@ -75,6 +75,9 @@
|
||||
color: var(--text-secondary, #333333);
|
||||
margin-top: 20px;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user