forked from brooksbingham/theme-elegance
refactor: update viewed products sections layout and heading styles
parent
7aba8afa0f
commit
92f5487996
|
@ -22,8 +22,8 @@
|
||||||
* @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
|
||||||
*}
|
*}
|
||||||
<section class="featured-products clearfix mt-3">
|
<section class="featured-products w-full flex flex-col gap-8 mt-24">
|
||||||
<h2>{l s='Viewed products' d='Shop.Theme.Catalog'}</h2>
|
<h2 class="text-2xl font-bold">{l s='Viewed products' d='Shop.Theme.Catalog'}</h2>
|
||||||
<div class="products flex flex-wrap">
|
<div class="products flex flex-wrap">
|
||||||
{foreach from=$products item="product"}
|
{foreach from=$products item="product"}
|
||||||
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
|
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
|
||||||
|
|
Loading…
Reference in New Issue