forked from brooksbingham/theme-elegance
refactor: use the correct label and remove flex-1
parent
1cd345090e
commit
b67831e3e3
|
@ -56,8 +56,8 @@
|
||||||
|
|
||||||
<!-- Right Block: cart subtotal & cart total -->
|
<!-- Right Block: cart subtotal & cart total -->
|
||||||
<div class="flex flex-col gap-4 w-full lg:w-2/5">
|
<div class="flex flex-col gap-4 w-full lg:w-2/5">
|
||||||
<div class="flex-1 flex mb-4">
|
<div class="flex mb-4">
|
||||||
<span class="w-full py-2 uppercase text-center font-medium">{l s='Shopping Cart' d='Shop.Theme.Checkout'}</span>
|
<span class="w-full py-2 uppercase text-center font-medium">{l s='Cart Summary' d='Shop.Theme.Checkout'}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{block name='cart_summary'}
|
{block name='cart_summary'}
|
||||||
|
|
Loading…
Reference in New Issue