Skip to content

Commit

Permalink
Update height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Jul 18, 2024
1 parent e4d4c88 commit d8fd7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/products/card_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8fd7fe

Please sign in to comment.