From 4140b63da04d3a98dd7c3153b18ffd3277d9a597 Mon Sep 17 00:00:00 2001 From: thisfro Date: Sun, 6 Jun 2021 14:05:42 +0200 Subject: [PATCH] Add margin-bottom to offer button --- templates/app/offer.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig index fbf2e23..58c25f1 100644 --- a/templates/app/offer.html.twig +++ b/templates/app/offer.html.twig @@ -70,6 +70,6 @@ {% endif %} - Offer trade + Offer trade {% endif %} {% endblock %}