💅 微调样式

This commit is contained in:
tangly1024
2021-09-27 17:49:29 +08:00
parent 5c46d7f7f0
commit 8e8fffdd51
4 changed files with 7 additions and 7 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`}>
<div className={`${BLOG.font} flex bg-gray-200 dark:bg-black min-h-screen`}>
<SideBar tags={tags} currentTag={currentTag} />
<main className='md:pb-10 md:px-24 p-5 flex-grow'>