星空特效适配所有主题

This commit is contained in:
Vixcity
2023-01-08 17:23:14 +08:00
parent 8f5541f8f6
commit e2862ded44
14 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ const LayoutBase = props => {
<Title {...props} />
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + ' container mx-auto justify-center md:flex items-start py-8 px-2'}>
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + 'relative container mx-auto justify-center md:flex items-start py-8 px-2'}>
<div className='w-full max-w-3xl xl:px-14 lg:px-4 '>{children}</div>