Add margin-bottom to offer button

This commit is contained in:
Jannis Portmann 2021-06-06 14:05:42 +02:00
parent 4990aff51d
commit 4140b63da0

View file

@ -70,6 +70,6 @@
</ul>
{% endif %}
</div>
<a class="btn btn-primary" href="{{ path('trade', {'id': offer.id}) }}">Offer trade</a>
<a class="btn btn-primary mb-3" href="{{ path('trade', {'id': offer.id}) }}">Offer trade</a>
{% endif %}
{% endblock %}