Update app.py
Browse files
app.py
CHANGED
|
@@ -245,11 +245,6 @@ header p {
|
|
| 245 |
font-size: 1.5em
|
| 246 |
}
|
| 247 |
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
/* Tabs Section */
|
| 254 |
.tabs {
|
| 255 |
margin: 0 auto;
|
|
@@ -396,25 +391,28 @@ color: blue;
|
|
| 396 |
#overview {
|
| 397 |
padding: 30px;
|
| 398 |
border-radius: 12px;
|
| 399 |
-
background: linear-gradient(135deg, #ffffff, #f9f9ff);
|
| 400 |
-
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
|
| 401 |
-
max-width: 900px;
|
| 402 |
margin: 20px auto;
|
| 403 |
}
|
| 404 |
#overview h2 {
|
| 405 |
-
font-size: 2.
|
| 406 |
color: #6a1b9a !important;
|
| 407 |
text-align: center;
|
| 408 |
margin-bottom: 20px;
|
| 409 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 410 |
#overview p {
|
| 411 |
-
font-size: 1.
|
| 412 |
color: #333333;
|
| 413 |
line-height: 1.8;
|
| 414 |
margin-bottom: 15px;
|
| 415 |
}
|
| 416 |
#overview ul, #Overview ol {
|
| 417 |
-
font-size: 1.
|
| 418 |
color: #555555;
|
| 419 |
margin: 20px 0;
|
| 420 |
padding-left: 40px;
|
|
@@ -424,7 +422,7 @@ color: blue;
|
|
| 424 |
}
|
| 425 |
#overview ul li::marker, Overview ol li::marker {
|
| 426 |
color: #6a1b9a;
|
| 427 |
-
font-size: 1.
|
| 428 |
}
|
| 429 |
overview a {
|
| 430 |
color: #6a1b9a;
|
|
|
|
| 245 |
font-size: 1.5em
|
| 246 |
}
|
| 247 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 248 |
/* Tabs Section */
|
| 249 |
.tabs {
|
| 250 |
margin: 0 auto;
|
|
|
|
| 391 |
#overview {
|
| 392 |
padding: 30px;
|
| 393 |
border-radius: 12px;
|
|
|
|
|
|
|
|
|
|
| 394 |
margin: 20px auto;
|
| 395 |
}
|
| 396 |
#overview h2 {
|
| 397 |
+
font-size: 2.5em;
|
| 398 |
color: #6a1b9a !important;
|
| 399 |
text-align: center;
|
| 400 |
margin-bottom: 20px;
|
| 401 |
}
|
| 402 |
+
#overview h3 {
|
| 403 |
+
font-size: 2.2em;
|
| 404 |
+
color: #6a1b9a !important;
|
| 405 |
+
text-align: left;
|
| 406 |
+
margin-bottom: 20px;
|
| 407 |
+
}
|
| 408 |
#overview p {
|
| 409 |
+
font-size: 1.3em;
|
| 410 |
color: #333333;
|
| 411 |
line-height: 1.8;
|
| 412 |
margin-bottom: 15px;
|
| 413 |
}
|
| 414 |
#overview ul, #Overview ol {
|
| 415 |
+
font-size: 1.3em;
|
| 416 |
color: #555555;
|
| 417 |
margin: 20px 0;
|
| 418 |
padding-left: 40px;
|
|
|
|
| 422 |
}
|
| 423 |
#overview ul li::marker, Overview ol li::marker {
|
| 424 |
color: #6a1b9a;
|
| 425 |
+
font-size: 1.3em;
|
| 426 |
}
|
| 427 |
overview a {
|
| 428 |
color: #6a1b9a;
|