From e8cfb8701202c7bae234a55580c072ef9fd1aaf1 Mon Sep 17 00:00:00 2001 From: thisfro Date: Tue, 27 Apr 2021 13:21:00 +0200 Subject: [PATCH] use flexbox for card-deck --- templates/app/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/app/index.html.twig b/templates/app/index.html.twig index 6fc1c7f..bce6b12 100644 --- a/templates/app/index.html.twig +++ b/templates/app/index.html.twig @@ -4,9 +4,9 @@

Offerings

{% if offerings|length > 0 %} -
+
{% for offering in offerings %} - +
{% if offering.photoFilename %}