fix: restore udemy.png course logo and enhance text justification
- Re-added courseLogo reference for Udemy certifications in both cv-en.json and cv-es.json - Enhanced .intro-text CSS with full justification (text-align-last) and cross-browser hyphenation support
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Udemy Certifications",
|
"title": "Udemy Certifications",
|
||||||
"institution": "Udemy",
|
"institution": "Udemy",
|
||||||
"courseLogo": "",
|
"courseLogo": "udemy.png",
|
||||||
"location": "Online",
|
"location": "Online",
|
||||||
"date": "2024-2025",
|
"date": "2024-2025",
|
||||||
"duration": "Various",
|
"duration": "Various",
|
||||||
|
|||||||
+1
-1
@@ -744,7 +744,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Certificaciones Udemy",
|
"title": "Certificaciones Udemy",
|
||||||
"institution": "Udemy",
|
"institution": "Udemy",
|
||||||
"courseLogo": "",
|
"courseLogo": "udemy.png",
|
||||||
"location": "Online",
|
"location": "Online",
|
||||||
"date": "2024-2025",
|
"date": "2024-2025",
|
||||||
"duration": "Varios",
|
"duration": "Varios",
|
||||||
|
|||||||
@@ -74,10 +74,19 @@
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: var(--text-secondary, #333333);
|
color: var(--text-secondary, #333333);
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
/* Full justification - spread text across entire width */
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
text-align-last: justify;
|
||||||
|
-moz-text-align-last: justify;
|
||||||
text-justify: inter-word;
|
text-justify: inter-word;
|
||||||
|
/* Word breaking and hyphenation */
|
||||||
|
word-spacing: -1px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
-webkit-hyphens: auto;
|
-webkit-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
|
-ms-hyphens: auto;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user