refactor: update viewed products sections layout and heading styles

pagebuilder
abhisheks 2023-12-08 15:46:29 +05:30
parent 7aba8afa0f
commit 92f5487996
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<section class="featured-products clearfix mt-3">
<h2>{l s='Viewed products' d='Shop.Theme.Catalog'}</h2>
<section class="featured-products w-full flex flex-col gap-8 mt-24">
<h2 class="text-2xl font-bold">{l s='Viewed products' d='Shop.Theme.Catalog'}</h2>
<div class="products flex flex-wrap">
{foreach from=$products item="product"}
{include file="catalog/_partials/miniatures/product.tpl" product=$product}