Medium 主题:调整Fontawesome

This commit is contained in:
tangly1024
2022-02-28 11:42:29 +08:00
parent abcdda9ba7
commit 52845d82b4
19 changed files with 69 additions and 70 deletions

View File

@@ -29,8 +29,8 @@ const LayoutBase = props => {
<div className='w-full'>
{/* 移动端顶部菜单 */}
<TopNavBar />
<div className='px-5 max-w-5xl justify-center mx-auto'>
<TopNavBar {...props}/>
<div className='px-5 max-w-5xl justify-center mx-auto min-h-screen'>
{slotTop}
{children}
</div>