forked from brooksbingham/theme-elegance
refactor: add the padding on smaller screens for wrapper
parent
992c0d04fc
commit
5fa4672ae3
|
@ -54,7 +54,7 @@
|
|||
|
||||
<section id="wrapper">
|
||||
{hook h="displayWrapperTop"}
|
||||
<div class="container mx-auto">
|
||||
<div class="container mx-auto px-4 md:px-0">
|
||||
{if $page.page_name !== 'index'}
|
||||
{block name='breadcrumb'}
|
||||
{include file='_partials/breadcrumb.tpl'}
|
||||
|
|
Loading…
Reference in New Issue