Update README.md
Browse files
README.md
CHANGED
|
@@ -46,10 +46,11 @@ base_model:
|
|
| 46 |
color: #ccc;
|
| 47 |
}
|
| 48 |
.image-container {
|
| 49 |
-
text-align: center;
|
| 50 |
margin-bottom: 30px;
|
| 51 |
}
|
| 52 |
.image-container img {
|
|
|
|
|
|
|
| 53 |
border-radius: 8px;
|
| 54 |
box-shadow: 0 0 15px #00fff7;
|
| 55 |
max-width: 100%;
|
|
|
|
| 46 |
color: #ccc;
|
| 47 |
}
|
| 48 |
.image-container {
|
|
|
|
| 49 |
margin-bottom: 30px;
|
| 50 |
}
|
| 51 |
.image-container img {
|
| 52 |
+
display: block;
|
| 53 |
+
margin: 0 auto;
|
| 54 |
border-radius: 8px;
|
| 55 |
box-shadow: 0 0 15px #00fff7;
|
| 56 |
max-width: 100%;
|