refactor: add spacing between product details section

staging
abhisheks 2023-12-08 14:51:27 +05:30
parent 3a1bcb48cc
commit 799f3e3f62
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@
{/block}
</section>
{/block}
<div class="flex flex-col w-full gap-2">
<div class="flex flex-col w-full gap-3">
{block name='page_header_container'}
{block name='page_header'}
<div class='flex flex-col'>
<div class='flex flex-col gap-2'>
<h1 class="text-2xl font-normal" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1>
{if $product.description_short}
<span class='text-sm'>{$product.description_short nofilter}</span>