Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Add text-balance class for improved text wrapping and visual balance in titles and headings
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ Color & Typography Preservation:
|
|
24 |
- REUSE those exact color classes in the redesigned version
|
25 |
- If input uses blue-500, continue using blue-* variants throughout
|
26 |
- If input has specific font classes (font-medium, text-lg), maintain that typography scale
|
|
|
27 |
- Only introduce new colors if the original has none or uses basic colors
|
28 |
|
29 |
Dark Mode Support:
|
|
|
24 |
- REUSE those exact color classes in the redesigned version
|
25 |
- If input uses blue-500, continue using blue-* variants throughout
|
26 |
- If input has specific font classes (font-medium, text-lg), maintain that typography scale
|
27 |
+
- Use text-balance class on titles and headings for better text wrapping and visual balance
|
28 |
- Only introduce new colors if the original has none or uses basic colors
|
29 |
|
30 |
Dark Mode Support:
|