Skip to content

Commit

Permalink
Merge pull request #23 from FosterCommerce/chore/cart-line-item-tweaks
Browse files Browse the repository at this point in the history
Tweaks to horizontal alignment
  • Loading branch information
pseudoclass authored Sep 11, 2024
2 parents 39485d6 + 274ef76 commit c905237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/_components/app/line-item-cart.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="flex justify-start items-stretch gap-5 p-5 bg-gray-200 rounded-xl"
>

<div class="w-[80px] min-w-[80px] md:w-[200px] md:min-w-[200px] flex-grow">
<div class="w-[80px] min-w-[80px] max-w-[80px] md:w-[200px] md:min-w-[200px] md:max-w-[200px] flex-grow">
<figure class="rounded-lg overflow-hidden min-w-full">
<img
src="{{ imageUrl ?? 'https://placehold.co/200x200?text=No+Image' }}"
Expand All @@ -39,7 +39,7 @@
</figure>
</div>

<div class="flex flex-col justify-between items-stretch gap-10">
<div class="flex flex-col justify-between items-stretch gap-10 flex-grow">

<div class="md:flex md:justify-between md:items-start">

Expand Down

0 comments on commit c905237

Please sign in to comment.