Update app.py
Browse files
app.py
CHANGED
|
@@ -27,10 +27,8 @@ h1 {
|
|
| 27 |
display:block;
|
| 28 |
}
|
| 29 |
.markdown-block {
|
| 30 |
-
background-color: #0b0f1a; /* Light gray background */
|
| 31 |
padding: 10px; /* Padding around the text */
|
| 32 |
border-radius: 5px; /* Rounded corners */
|
| 33 |
-
box-shadow: 0 0 10px rgba(11,15,26,1);
|
| 34 |
display: inline-flex; /* Use inline-flex to shrink to content size */
|
| 35 |
flex-direction: column;
|
| 36 |
justify-content: center; /* Vertically center content */
|
|
@@ -39,10 +37,8 @@ h1 {
|
|
| 39 |
}
|
| 40 |
|
| 41 |
.markdown-block ul, .markdown-block ol {
|
| 42 |
-
background-color: #1e2936;
|
| 43 |
border-radius: 5px;
|
| 44 |
padding: 10px;
|
| 45 |
-
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
| 46 |
padding-left: 20px; /* Adjust padding for bullet alignment */
|
| 47 |
text-align: left; /* Ensure text within list is left-aligned */
|
| 48 |
list-style-position: inside;/* Ensures bullets/numbers are inside the content flow */
|
|
|
|
| 27 |
display:block;
|
| 28 |
}
|
| 29 |
.markdown-block {
|
|
|
|
| 30 |
padding: 10px; /* Padding around the text */
|
| 31 |
border-radius: 5px; /* Rounded corners */
|
|
|
|
| 32 |
display: inline-flex; /* Use inline-flex to shrink to content size */
|
| 33 |
flex-direction: column;
|
| 34 |
justify-content: center; /* Vertically center content */
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
.markdown-block ul, .markdown-block ol {
|
|
|
|
| 40 |
border-radius: 5px;
|
| 41 |
padding: 10px;
|
|
|
|
| 42 |
padding-left: 20px; /* Adjust padding for bullet alignment */
|
| 43 |
text-align: left; /* Ensure text within list is left-aligned */
|
| 44 |
list-style-position: inside;/* Ensures bullets/numbers are inside the content flow */
|