refactor: increase the gap in products list

staging
Dinesh Salunke 2023-11-03 18:28:55 +05:30
parent 83a427381d
commit d1e91c3121
1 changed files with 1 additions and 1 deletions

View File

@ -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'}