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:
@@ -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