PocketDoc commited on
Commit
025a5f7
·
verified ·
1 Parent(s): 1a612a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -178,7 +178,7 @@ TOP_P: 0.9</pre>
178
  rel="noopener noreferrer"
179
  class="mancer-button"
180
  >
181
- mancer
182
  </a>
183
  </p>
184
  <h3>Training Process</h3>
@@ -417,17 +417,22 @@ TOP_P: 0.9</pre>
417
  gap: 8px;
418
  background: #1a1a1a;
419
  color: #e49b3e;
420
- padding: 10px 20px;
421
  border: 2px solid #e49b3e;
422
  border-radius: 5px;
 
 
 
 
 
 
423
  font-family: "VT323", monospace;
424
  font-weight: bold;
425
  font-size: 20px;
426
- text-decoration: none !important;
427
  text-shadow: 0 0 2px #e49b3e;
428
- box-shadow: 0 0 10px rgba(228, 155, 62, 0.3);
429
- transition: all 0.3s ease;
430
- line-height: 1.4;
431
  }
432
  .mancer-button::before {
433
  content: "⚡";
 
178
  rel="noopener noreferrer"
179
  class="mancer-button"
180
  >
181
+ <span class="mancer-text">mancer</span>
182
  </a>
183
  </p>
184
  <h3>Training Process</h3>
 
417
  gap: 8px;
418
  background: #1a1a1a;
419
  color: #e49b3e;
420
+ padding: 15px 15px;
421
  border: 2px solid #e49b3e;
422
  border-radius: 5px;
423
+ text-decoration: none !important;
424
+ box-shadow: 0 0 10px rgba(228, 155, 62, 0.3);
425
+ transition: all 0.3s ease;
426
+ position: relative;
427
+ }
428
+ .mancer-text {
429
  font-family: "VT323", monospace;
430
  font-weight: bold;
431
  font-size: 20px;
 
432
  text-shadow: 0 0 2px #e49b3e;
433
+ line-height: 1;
434
+ display: inline-block;
435
+ margin-top: -2px;
436
  }
437
  .mancer-button::before {
438
  content: "⚡";