forked from brooksbingham/theme-elegance
refactor: increase the gap in products list
parent
83a427381d
commit
d1e91c3121
|
@ -31,7 +31,7 @@
|
||||||
<h2 id="js-product-list-header" class="h2">{$listing.label}</h2>
|
<h2 id="js-product-list-header" class="h2">{$listing.label}</h2>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
<section id="products" class="flex flex-col gap-4">
|
<section id="products" class="flex flex-col gap-8">
|
||||||
{if $listing.products|count}
|
{if $listing.products|count}
|
||||||
|
|
||||||
{block name='product_list_top'}
|
{block name='product_list_top'}
|
||||||
|
|
Loading…
Reference in New Issue