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:
juanatsap
2025-12-02 18:07:33 +00:00
parent 44116eba5a
commit c26cea3fd5
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -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;
}
+1 -1
View File
File diff suppressed because one or more lines are too long