Skip to content

Commit

Permalink
Tweak offset label
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 26, 2024
1 parent 82018bc commit a840559
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ <h1 class="text-4xl font-bold text-white">
</span>
</label>

<div style="font-size:0.7rem;">Offset: <span id="offset">0</span></div>
<div class="text-xs text-neutral-500">
<span class="uppercase">Offset:</span>
<span class="text-neutral-content" id="offset">0</span>ms
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a840559

Please sign in to comment.