mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 23:16:48 +00:00
hexo微调边距
This commit is contained in:
@@ -53,8 +53,8 @@ const LayoutBase = (props) => {
|
||||
|
||||
<main id='wrapper' className='w-full py-8 min-h-screen'>
|
||||
|
||||
<div id='container-inner' className='pt-14 w-full mx-auto lg:flex justify-center md:space-x-4'>
|
||||
<div className='flex-grow w-full max-w-4xl'>
|
||||
<div id='container-inner' className='pt-14 w-full mx-auto lg:flex justify-center lg:space-x-4'>
|
||||
<div className='flex-grow w-full lg:max-w-4xl'>
|
||||
{onLoading ? <LoadingCover/> : children}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user