add mobile padding of main content area

This commit is contained in:
emengweb
2023-10-17 16:22:34 +08:00
parent 74a3d8320c
commit 73c5c4e7b5
2 changed files with 3850 additions and 7166 deletions

11012
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -190,9 +190,9 @@ const LayoutBase = (props) => {
</div>
</div>
<div id='center-wrapper' className='flex flex-col justify-between w-full relative z-10 pt-16 md:pt-5 pb-8 min-h-screen overflow-y-auto'>
<div id='center-wrapper' className='flex flex-col justify-between w-full relative z-10 pt-20 md:pt-5 pb-8 min-h-screen overflow-y-auto'>
<div id='container-inner' className='w-full px-6 max-w-8xl justify-center mx-auto'>
<div id='container-inner' className='w-full px-6 pb-6 md:pb-20 max-w-8xl justify-center mx-auto'>
{slotTop}
<WWAds className='w-full' orientation='horizontal'/>