✨
This commit is contained in:
@ -37,10 +37,6 @@
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.menupage form p {
|
||||
margin-top: -10pt;
|
||||
margin-bottom: 10pt;
|
||||
}
|
||||
.menupage form div {
|
||||
margin-bottom: 10pt;
|
||||
}
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user