Fix margin around buttons

pull/1/head
Luca 2 years ago
parent ab6bc3e419
commit 909a12b0d4

@ -9,9 +9,9 @@
<strong>Dauer:</strong> {{ shift.duration }}
</div>
<div class="buttons is-right">
<a class="button is-info is-small" href="{% url 'shift' shift.id %}">Details</a>
<a class="button is-info is-small mr-0" href="{% url 'shift' shift.id %}">Details</a>
{% if not registered %}
<a class="button is-primary is-small ml-3" href="{% url 'shift' shift.id %}">Mithelfen</a>
<a class="button is-primary is-small mr-0" href="{% url 'shift' shift.id %}">Mithelfen</a>
{% endif %}
</div>
</div>

Loading…
Cancel
Save