Merge pull request #212 from tangly1024/preview

hexo 首页宽度
This commit is contained in:
tangly1024
2022-04-28 11:52:04 +08:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ const LayoutBase = props => {
id="container-inner"
className="pt-14 w-full mx-auto xl:flex xl:space-x-4 justify-center"
>
<div className="w-full">
<div className="w-full max-w-4xl">
{onLoading ? <LoadingCover /> : children}
</div>
<SideRight {...props} slot={rightAreaSlot} />