Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1350,7 +1350,7 @@ footer,
|
|
| 1350 |
.docs-modal-content a { color: #a78bfa; text-decoration: none; }
|
| 1351 |
.docs-modal-content a:hover { text-decoration: underline; }
|
| 1352 |
.docs-modal-content strong { color: #e0e7ff; }
|
| 1353 |
-
.docs-modal-content img { max-width: 100%; max-height:
|
| 1354 |
|
| 1355 |
/* ===== CARD STYLES ===== */
|
| 1356 |
.card {
|
|
|
|
| 1350 |
.docs-modal-content a { color: #a78bfa; text-decoration: none; }
|
| 1351 |
.docs-modal-content a:hover { text-decoration: underline; }
|
| 1352 |
.docs-modal-content strong { color: #e0e7ff; }
|
| 1353 |
+
.docs-modal-content img { max-width: 100%; max-height: 400px; height: auto; border-radius: 8px; margin: 12px 0; object-fit: contain; }
|
| 1354 |
|
| 1355 |
/* ===== CARD STYLES ===== */
|
| 1356 |
.card {
|