Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -457,10 +457,10 @@ about_image_css = """
|
|
| 457 |
/* --- CSS for the Image tag itself in the About Tab --- */
|
| 458 |
#about-image img { /* Target the actual <img> tag */
|
| 459 |
display: block;
|
| 460 |
-
max-width:
|
| 461 |
width: 90%;
|
| 462 |
height: auto;
|
| 463 |
-
margin:
|
| 464 |
border-radius: 8px;
|
| 465 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 466 |
}
|
|
|
|
| 457 |
/* --- CSS for the Image tag itself in the About Tab --- */
|
| 458 |
#about-image img { /* Target the actual <img> tag */
|
| 459 |
display: block;
|
| 460 |
+
max-width: 1000px;
|
| 461 |
width: 90%;
|
| 462 |
height: auto;
|
| 463 |
+
margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
|
| 464 |
border-radius: 8px;
|
| 465 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 466 |
}
|