From fd0c2238772816855f86c2ba108b5e379c7be63e Mon Sep 17 00:00:00 2001 From: Romain J Date: Wed, 7 Jul 2021 21:34:22 +0200 Subject: [PATCH] fix(style): fix margin, close #19 --- apps/gnous_eu/templates/about.html | 4 ++-- apps/gnous_eu/templates/services.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gnous_eu/templates/about.html b/apps/gnous_eu/templates/about.html index 8d49105..3db59bb 100644 --- a/apps/gnous_eu/templates/about.html +++ b/apps/gnous_eu/templates/about.html @@ -34,9 +34,9 @@ mais aussi par Romain J.,
{% if partners|length >= 1 %} -
+
{% for partner in partners %} -
+
{{ partner.name }} diff --git a/apps/gnous_eu/templates/services.html b/apps/gnous_eu/templates/services.html index f6aa386..1b5d991 100644 --- a/apps/gnous_eu/templates/services.html +++ b/apps/gnous_eu/templates/services.html @@ -26,7 +26,7 @@ {% if services|length >= 1 %}
{% for service in services %} -
+