This commit is contained in:
hailin 2025-03-13 00:29:46 +08:00
parent 1af142a328
commit e5c5770738
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ const NineGrid: React.FC<NineGridProps> = ({
// width: '70%', // width: '70%',
// margin: '0 auto' // margin: '0 auto'
}} }}
className='w-[90%] m-auto' className='w-[80%] m-auto'
> >
<TagsViews <TagsViews
categoriesRef={categoriesRef} categoriesRef={categoriesRef}

View File

@ -60,7 +60,7 @@ export function Header() {
} }
//w-11/12 sm:w-5/6 md:w-3/4 lg:w-2/3 xl:w-3/5 2xl:w-1/2 //w-11/12 sm:w-5/6 md:w-3/4 lg:w-2/3 xl:w-3/5 2xl:w-1/2
return ( return (
<header className="sticky top-0 z-50 flex shrink-0 items-center justify-between bg-background px-4 py-[1.5rem] w-[90%] mx-auto"> <header className="sticky top-0 z-50 flex shrink-0 items-center justify-between bg-background px-4 py-[1.5rem] w-[80%] mx-auto">
<LogoAI <LogoAI
className='flex text-center ml-0' className='flex text-center ml-0'
/> />