From d8fd7fef7657d2e247f9b67e2a4b441f19676a4a Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Thu, 18 Jul 2024 21:03:51 +1000 Subject: [PATCH] Update height on mobile --- app/components/products/card_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/products/card_component.rb b/app/components/products/card_component.rb index d1c4b471..ae4dd24f 100644 --- a/app/components/products/card_component.rb +++ b/app/components/products/card_component.rb @@ -20,7 +20,7 @@ def product_image else image_tag("https://res.cloudinary.com/drg9hguhu/image/upload/v1667569457/comix/78_tage_auf_der_stra%C3%9Fe_des_hasses_000_cover.jpg", alt: "placeholder image", - style: "height:350px", + style: "height:450px", class: "w-full object-cover transition duration-500") end end