Cleaning up

This commit is contained in:
NigeParis 2026-01-15 17:32:05 +01:00 committed by Maix0
parent 496063def9
commit bc1d53d6b0

View file

@ -27,9 +27,9 @@
</div> </div>
<!-- Horizontal Message Box --> <!-- Horizontal Message Box -->
<div id="score-box" class="grid grid-cols-3 items-center"> <div id="score-box" class="grid grid-cols-3 items-center">
<h1 id="player-left"></h1> <h4 id="player-left" class="text-5xl"></h4>
<h1 id="score-board" class="justify-self-center text-p10 font-bold text-gray-800">0:0</h1> <h1 id="score-board" class="justify-self-center text-p10 font-bold text-gray-800">0:0</h1>
<h1 id="player-right"></h1> <h4 id="player-right" class="text-5xl"></h4>
</div> </div>
<!-- Pong Box --> <!-- Pong Box -->
<div class="flex justify-center mt-2"> <div class="flex justify-center mt-2">