Add margin-bottom to offer button
This commit is contained in:
parent
4990aff51d
commit
4140b63da0
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue