Skip to content

Commit

Permalink
Merge pull request #1282 from safewlabs/redesign-part-2
Browse files Browse the repository at this point in the history
Update height on mobile
  • Loading branch information
saurabhbhatia authored Jul 18, 2024
2 parents 24f3840 + d8fd7fe commit c687cbd
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 c687cbd

Please sign in to comment.