theme-simple search

This commit is contained in:
tangly1024
2023-03-08 22:28:12 +08:00
parent 29fe28a66a
commit 147c92b3fb
4 changed files with 27 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ const LayoutBase = props => {
{/* <Title {...props} /> */}
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + 'w-full relative container mx-auto justify-start md:flex items-start pt-12 px-2'}>
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + ' w-full relative container mx-auto justify-start md:flex items-start pt-12 px-2'}>
<div className='w-full max-w-6xl'>{children}</div>