Update README.md
Browse files
README.md
CHANGED
|
@@ -266,6 +266,7 @@
|
|
| 266 |
transform: translateX(3px);
|
| 267 |
}
|
| 268 |
.axolotl-container {
|
|
|
|
| 269 |
text-align: center; /* This is correctly applied to center the image itself */
|
| 270 |
justify-content: center;
|
| 271 |
margin: 30px 0;
|
|
|
|
| 266 |
transform: translateX(3px);
|
| 267 |
}
|
| 268 |
.axolotl-container {
|
| 269 |
+
display: flex
|
| 270 |
text-align: center; /* This is correctly applied to center the image itself */
|
| 271 |
justify-content: center;
|
| 272 |
margin: 30px 0;
|