Jerrycool commited on
Commit
c6de91b
·
verified ·
1 Parent(s): 89af6b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -221,8 +221,8 @@ intro_css = """
221
  INTRODUCTION BLOCK (font, size, alignment)
222
  -------------------------------------------------- */
223
  .introduction-wrapper, .introduction-section {
224
- font-family: Georgia, serif;
225
- font-size: 1.6rem !important; /* ≈22–23 px */
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.2rem !important;
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
  """