layout fix

This commit is contained in:
bogo
2024-09-30 13:58:51 +02:00
parent d6ade8d03c
commit 73d91f51b3

View File

@@ -19,7 +19,7 @@
{% with target_width=5, target_height=5 %} {% with target_width=5, target_height=5 %}
{% include 'ts2_svg.html' %} {% include 'ts2_svg.html' %}
{% endwith %} {% endwith %}
<input type="radio" id="ts2" name="target_type" value="ts2" required class="mt-2"> <!-- Margin added for spacing --> <input type="radio" id="ts2" name="target_type" value="ts2" required class="m-1"> <!-- Margin added for spacing -->
</label> </label>
</div> </div>
<div class="flex flex-col justify-between h-full"> <div class="flex flex-col justify-between h-full">
@@ -28,7 +28,7 @@
{% with target_width=3, target_height=8.5 %} {% with target_width=3, target_height=8.5 %}
{% include 'popper_svg.html' %} {% include 'popper_svg.html' %}
{% endwith %} {% endwith %}
<input type="radio" id="popper" name="target_type" value="popper" required class="mt-2"> <!-- Margin added for spacing --> <input type="radio" id="popper" name="target_type" value="popper" required class="m1-"> <!-- Margin added for spacing -->
</label> </label>
</div> </div>
<div class="flex flex-col justify-between h-full"> <div class="flex flex-col justify-between h-full">
@@ -37,7 +37,7 @@
{% with target_width=4.5, target_height=5.8 %} {% with target_width=4.5, target_height=5.8 %}
{% include 'ipsc_svg.html' %} {% include 'ipsc_svg.html' %}
{% endwith %} {% endwith %}
<input type="radio" id="ipsc" name="target_type" value="ipsc" required class="mt-2"> <!-- Margin added for spacing --> <input type="radio" id="ipsc" name="target_type" value="ipsc" required class="m-1"> <!-- Margin added for spacing -->
</label> </label>
</div> </div>
<div class="flex flex-col justify-between h-full"> <div class="flex flex-col justify-between h-full">
@@ -46,7 +46,7 @@
{% with target_width=4.6, target_height=7.8 %} {% with target_width=4.6, target_height=7.8 %}
{% include 'idpa_svg.html' %} {% include 'idpa_svg.html' %}
{% endwith %} {% endwith %}
<input type="radio" id="idpa" name="target_type" value="idpa" class="mt-2"> <!-- Margin added for spacing --> <input type="radio" id="idpa" name="target_type" value="idpa" class="m-1"> <!-- Margin added for spacing -->
</label> </label>
</div> </div>
</div> </div>