From 124f3c2a8bc0a22c90415df1b2b9b1a131b2d88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sun, 1 Oct 2023 19:25:46 +0200 Subject: [PATCH] Do not show the coming soon image on mobile To save some extra scrolling... --- ram/portal/templates/cards.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ram/portal/templates/cards.html b/ram/portal/templates/cards.html index 901de83..1ba79c5 100644 --- a/ram/portal/templates/cards.html +++ b/ram/portal/templates/cards.html @@ -13,7 +13,8 @@ {% if d.image.count > 0 %} {{ d }} {% else %} - {{ d }} + + {{ d }} {% endif %}