forked from brooksbingham/theme-elegance
refactor: use col for the product additional info section
parent
5c3be1cc19
commit
d975069771
|
@ -22,6 +22,6 @@
|
||||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||||
* International Registered Trademark & Property of PrestaShop SA
|
* International Registered Trademark & Property of PrestaShop SA
|
||||||
*}
|
*}
|
||||||
<div class="product-additional-info">
|
<div class="product-additional-info flex flex-col">
|
||||||
{hook h='displayProductAdditionalInfo' product=$product}
|
{hook h='displayProductAdditionalInfo' product=$product}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue