Safetensors
English
qwen3
hardlyworking commited on
Commit
4f81d6b
·
verified ·
1 Parent(s): 1c5bb76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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%;