From 7b12f9dc7586896a0a32019cecc124169456f613 Mon Sep 17 00:00:00 2001 From: Sergio Mendolia Date: Wed, 20 Sep 2023 14:25:05 +0200 Subject: [PATCH] better display on mobile --- templates/book/_gallery.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/book/_gallery.html.twig b/templates/book/_gallery.html.twig index e81d33cd..b7966f0d 100644 --- a/templates/book/_gallery.html.twig +++ b/templates/book/_gallery.html.twig @@ -2,7 +2,7 @@
{% for book in pagination %} -
+
{% include 'book/_teaser.html.twig' %}
{% endfor %}