Update README.md
Browse files
README.md
CHANGED
|
@@ -218,6 +218,9 @@ a:hover .link-arrow {
|
|
| 218 |
.axolotl-container {
|
| 219 |
text-align: center;
|
| 220 |
margin: 30px 0;
|
|
|
|
|
|
|
|
|
|
| 221 |
}
|
| 222 |
.axolotl-container img {
|
| 223 |
max-width: 200px;
|
|
@@ -229,6 +232,8 @@ a:hover .link-arrow {
|
|
| 229 |
background-color: #000000;
|
| 230 |
padding: 15px;
|
| 231 |
object-fit: contain;
|
|
|
|
|
|
|
| 232 |
}
|
| 233 |
</style>
|
| 234 |
<html lang="en">
|
|
|
|
| 218 |
.axolotl-container {
|
| 219 |
text-align: center;
|
| 220 |
margin: 30px 0;
|
| 221 |
+
display: flex;
|
| 222 |
+
justify-content: center;
|
| 223 |
+
align-items: center;
|
| 224 |
}
|
| 225 |
.axolotl-container img {
|
| 226 |
max-width: 200px;
|
|
|
|
| 232 |
background-color: #000000;
|
| 233 |
padding: 15px;
|
| 234 |
object-fit: contain;
|
| 235 |
+
display: block;
|
| 236 |
+
margin: 0 auto;
|
| 237 |
}
|
| 238 |
</style>
|
| 239 |
<html lang="en">
|