Delta-Vector commited on
Commit
deacbb4
·
verified ·
1 Parent(s): ce59939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -275,7 +275,9 @@
275
  box-shadow: 0 6px 20px rgba(255, 182, 193, 0.4);
276
  border: 2px solid rgba(255, 192, 203, 0.5);
277
  transition: transform 0.3s ease;
278
- }
 
 
279
  .axolotl-container img:hover {
280
  transform: scale(1.05);
281
  }
 
275
  box-shadow: 0 6px 20px rgba(255, 182, 193, 0.4);
276
  border: 2px solid rgba(255, 192, 203, 0.5);
277
  transition: transform 0.3s ease;
278
+ display: block; /* Make it a block-level element */
279
+ margin: 0 auto; /* Center it horizontally */
280
+ }
281
  .axolotl-container img:hover {
282
  transform: scale(1.05);
283
  }