This commit is contained in:
2024-05-24 10:41:34 +02:00
parent c390a3eb9a
commit f64bab5121
2 changed files with 1 additions and 6 deletions

View File

@ -37,10 +37,6 @@
justify-items: center;
}
.menupage form p {
margin-top: -10pt;
margin-bottom: 10pt;
}
.menupage form div {
margin-bottom: 10pt;
}

View File

@ -8,9 +8,8 @@
<form method="post" action="/startgame">
<div>
<label for="game_length">Game rounds:</label>
<input type="number" name="game_length" min=0 class="number" value=10>
<input type="number" name="game_length" min=1 class="number" value=10>
</div>
<p>(0 for endless mode)</p>
<div>
<label for="hard_mode">Hard mode:</label>
<input type="checkbox" name="hard_mode" class="checkbox">