mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 23:16:52 +00:00
add mobile padding of main content area
This commit is contained in:
11012
package-lock.json
generated
11012
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -190,9 +190,9 @@ const LayoutBase = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
</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}
|
{slotTop}
|
||||||
<WWAds className='w-full' orientation='horizontal'/>
|
<WWAds className='w-full' orientation='horizontal'/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user