💅 微调样式

This commit is contained in:
tangly1024
2021-09-27 21:25:58 +08:00
parent 8e8fffdd51
commit 82c32e1b6f
4 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
{/* <TopNav tags={tags} currentTag={currentTag} /> */}
{/* <Header navBarTitle={meta.title} fullWidth={true}/> */}
<div className={`${BLOG.font} flex bg-gray-200 dark:bg-black min-h-screen`}>
<div className={`${BLOG.font} flex bg-gray-100 dark:bg-black min-h-screen`}>
<SideBar tags={tags} currentTag={currentTag} />
<main className='md:pb-10 md:px-24 p-5 flex-grow'>