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'}
|
||||
{if $product.grouped_features}
|
||||
<div class='w-full flex items-center flex-col'>
|
||||
<h1 class='text-base font-semibold text-gray-600'>
|
||||
<div class='w-full flex items-center flex-col gap-3'>
|
||||
<h1 class='text-lg font-bold text-gray-600'>
|
||||
Description
|
||||
</h1>
|
||||
<ul class="product-features list-[square] w-full">
|
||||
|
|
Loading…
Reference in New Issue