Jerrycool commited on
Commit
19e0705
·
verified ·
1 Parent(s): c6de91b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -222,7 +222,7 @@ intro_css = """
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,12 +230,12 @@ intro_css = """
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
  """
 
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
  """