forked from brooksbingham/theme-elegance
refactor: add spacing between product details section
parent
3a1bcb48cc
commit
799f3e3f62
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue