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