Add TS-2, layout fixes

This commit is contained in:
bogo
2024-09-30 13:42:48 +02:00
parent 88825efaeb
commit 567f38007f
9 changed files with 54 additions and 15 deletions

View File

@@ -6,9 +6,11 @@
<div class="mb-6 max-w-2xl mx-auto">
<h2>Shootoff</h2>
<div class="mb-6 max-w-2xl mx-auto mt-4">
<img src="{{ url_for('static', filename='images/shootoff.webp') }}" alt="Shootoff">
<div>
<label for="shootoff">
<img src="{{ url_for('static', filename='images/shootoff.webp') }}" alt="Shootoff">
<input type="radio" id="shootoff" name="stage" value="shootoff" required checked>
</label>
</div>
</div>