Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update CSS.
Browse files
src/display/css_html_js.py
CHANGED
@@ -102,6 +102,8 @@ custom_css = """
|
|
102 |
}
|
103 |
#learn-more-pill button:hover { filter: brightness(0.95) !important; }
|
104 |
|
|
|
|
|
105 |
/* Text */
|
106 |
.f1-p, .f1-li { line-height: 1.75; color: #374151; text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
|
107 |
|
|
|
102 |
}
|
103 |
#learn-more-pill button:hover { filter: brightness(0.95) !important; }
|
104 |
|
105 |
+
#landing-hero-row div { min-width: 70%; }
|
106 |
+
|
107 |
/* Text */
|
108 |
.f1-p, .f1-li { line-height: 1.75; color: #374151; text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
|
109 |
|