Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Jul 24, 2024
1 parent bdb9ad5 commit 2b3b4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="fs-3 fw-bold mb-5 text-uppercase mx-auto text-center text-light">Sk K
<h3 class="panel-title alert alert-primary font-monospace">Live - <span class="badge bg-success live-count">0</span></h3>
</div>
<div class="box-body">
<div class="box-content text-wrap alert alert-success">
<div class="box-content text-wrap text-break alert alert-success">
<div class="panel-body live-results"></div>
</div>
</div>
Expand All @@ -58,7 +58,7 @@ <h3 class="panel-title alert alert-primary font-monospace">Live - <span class="b
<h3 class="panel-title alert alert-primary font-monospace">Die - <span class="badge bg-danger die-count">0</span></h3>
</div>
<div class="box-body">
<div class="box-content text-wrap alert alert-danger">
<div class="box-content text-wrap text-break alert alert-danger">
<div class="panel-body dead-results"></div>
</div>
</div>
Expand All @@ -68,7 +68,7 @@ <h3 class="panel-title alert alert-primary font-monospace">Die - <span class="ba
<h3 class="panel-title alert alert-primary font-monospace">Unknown - <span class="badge bg-warning unknown-count">0</span></h3>
</div>
<div class="box-body">
<div class="box-content text-wrap alert alert-warning">
<div class="box-content text-wrap text-break alert alert-warning">
<div class="panel-body unknown-results"></div>
</div>
</div>
Expand Down

0 comments on commit 2b3b4af

Please sign in to comment.