refactor: add the padding on smaller screens for wrapper

dev
Dinesh Salunke 2023-11-03 11:15:30 +05:30
parent 992c0d04fc
commit 5fa4672ae3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<section id="wrapper"> <section id="wrapper">
{hook h="displayWrapperTop"} {hook h="displayWrapperTop"}
<div class="container mx-auto"> <div class="container mx-auto px-4 md:px-0">
{if $page.page_name !== 'index'} {if $page.page_name !== 'index'}
{block name='breadcrumb'} {block name='breadcrumb'}
{include file='_partials/breadcrumb.tpl'} {include file='_partials/breadcrumb.tpl'}