Spaces:
Running
Running
Update app.py
Browse files
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-
|
|
|
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 */
|