diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig index 4ab799c..2507c45 100644 --- a/templates/app/offer.html.twig +++ b/templates/app/offer.html.twig @@ -41,10 +41,10 @@

{{ offer.zipCode }} - {% if distance > 0 %} - (ca. {{ distance }} km) - {% endif %}

+ {% if distance > 0 %} +

ca. {{ distance }} km

+ {% endif %}

Description

{{ offer.description }}