chore: adjust paddys-endzone container and speed settings

This commit is contained in:
2026-06-07 17:01:08 +02:00
parent b56c62ed3c
commit 7f4b463e4c
2 changed files with 4 additions and 27 deletions

View File

@@ -25,7 +25,8 @@
.container {
width: 100%;
max-width: 650px;
height: 80%;
max-width: 450px;
display: flex;
flex-direction: column;
gap: 15px;
@@ -133,8 +134,8 @@
<div class="speed-row">
<label for="speedSelect">Animation Speed:</label>
<select id="speedSelect">
<option value="1">Normal</option>
<option value="2" selected>Faster</option>
<option value="1" selected>Normal</option>
<option value="2">Faster</option>
<option value="4">High Speed</option>
<option value="8">Insane (No Skips)</option>
</select>