Skip to content

Commit 316da38

Browse files
committed
hexo 首页宽度
1 parent 9eed531 commit 316da38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/hexo/LayoutBase.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const LayoutBase = props => {
6464
id="container-inner"
6565
className="pt-14 w-full mx-auto xl:flex xl:space-x-4 justify-center"
6666
>
67-
<div className="w-full">
67+
<div className="w-full max-w-4xl">
6868
{onLoading ? <LoadingCover /> : children}
6969
</div>
7070
<SideRight {...props} slot={rightAreaSlot} />

0 commit comments

Comments
 (0)