forked from brooksbingham/theme-elegance
refactor: add spacing and highlight product description header
parent
4cdb938483
commit
3a1bcb48cc
|
@ -1,7 +1,7 @@
|
||||||
{block name='product_features'}
|
{block name='product_features'}
|
||||||
{if $product.grouped_features}
|
{if $product.grouped_features}
|
||||||
<div class='w-full flex items-center flex-col'>
|
<div class='w-full flex items-center flex-col gap-3'>
|
||||||
<h1 class='text-base font-semibold text-gray-600'>
|
<h1 class='text-lg font-bold text-gray-600'>
|
||||||
Description
|
Description
|
||||||
</h1>
|
</h1>
|
||||||
<ul class="product-features list-[square] w-full">
|
<ul class="product-features list-[square] w-full">
|
||||||
|
|
Loading…
Reference in New Issue