Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -222,7 +222,7 @@ intro_css = """
|
|
| 222 |
-------------------------------------------------- */
|
| 223 |
.introduction-wrapper, .introduction-section {
|
| 224 |
font-family: Arial;
|
| 225 |
-
font-size: 1.
|
| 226 |
line-height: 1.75;
|
| 227 |
color: #344054;
|
| 228 |
text-align: center;
|
|
@@ -230,12 +230,12 @@ intro_css = """
|
|
| 230 |
margin: 0 auto 3rem auto;
|
| 231 |
}
|
| 232 |
.introduction-wrapper p, .introduction-section p {
|
| 233 |
-
font-size: 1.
|
| 234 |
margin-bottom: 1rem;
|
| 235 |
}
|
| 236 |
@media (max-width: 768px) {
|
| 237 |
.introduction-wrapper, .introduction-section {
|
| 238 |
-
font-size: 1.
|
| 239 |
}
|
| 240 |
}
|
| 241 |
"""
|
|
|
|
| 222 |
-------------------------------------------------- */
|
| 223 |
.introduction-wrapper, .introduction-section {
|
| 224 |
font-family: Arial;
|
| 225 |
+
font-size: 1.3rem !important; /* ≈22–23 px */
|
| 226 |
line-height: 1.75;
|
| 227 |
color: #344054;
|
| 228 |
text-align: center;
|
|
|
|
| 230 |
margin: 0 auto 3rem auto;
|
| 231 |
}
|
| 232 |
.introduction-wrapper p, .introduction-section p {
|
| 233 |
+
font-size: 1.3rem !important; /* ≈22–23 px */
|
| 234 |
margin-bottom: 1rem;
|
| 235 |
}
|
| 236 |
@media (max-width: 768px) {
|
| 237 |
.introduction-wrapper, .introduction-section {
|
| 238 |
+
font-size: 1.3rem !important;
|
| 239 |
}
|
| 240 |
}
|
| 241 |
"""
|