hexo header

This commit is contained in:
tangly1024
2024-06-15 15:41:59 +08:00
parent 4b65ca6ea0
commit 3e6cee19c6
2 changed files with 22 additions and 18 deletions

View File

@@ -144,11 +144,9 @@ const Header = props => {
${fixedNav ? 'fixed' : 'relative bg-transparent'}
${textWhite ? 'text-white ' : 'text-black dark:text-white'}
${navBgWhite ? 'bg-white dark:bg-[#18171d] shadow' : 'bg-transparent'}`}>
<div className='flex h-full mx-auto justify-between items-center max-w-[86rem] px-8'>
<div className='flex h-full mx-auto justify-between items-center max-w-[86rem] px-6'>
{/* 左侧logo */}
<div className='flex'>
<Logo {...props} />
</div>
<Logo {...props} />
{/* 中间菜单 */}
<div