Jerrycool commited on
Commit
f5cc724
·
verified ·
1 Parent(s): 922b418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -153,7 +153,8 @@ body {
153
  /* --- Introduction Text Styling --- */
154
  /* Targets the wrapper div or the markdown component */
155
  .introduction-section p, .introduction-wrapper .prose p { /* Target paragraphs within the section */
156
- font-size: 1.15em; /* Slightly larger than base */
 
157
  color: #495057; /* Slightly lighter text color */
158
  margin-bottom: 1rem; /* Space between paragraphs */
159
  max-width: 900px; /* Limit width for readability */
 
153
  /* --- Introduction Text Styling --- */
154
  /* Targets the wrapper div or the markdown component */
155
  .introduction-section p, .introduction-wrapper .prose p { /* Target paragraphs within the section */
156
+ font-family: 'Georgia',
157
+ font-size: 1.5em; /* Slightly larger than base */
158
  color: #495057; /* Slightly lighter text color */
159
  margin-bottom: 1rem; /* Space between paragraphs */
160
  max-width: 900px; /* Limit width for readability */