style(page): adjust grid layout and visibility classes

This commit is contained in:
Shi Tianxin
2025-04-29 11:08:54 +08:00
parent 7ea5c3ece6
commit 35eef5fe11
2 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ const BentoGrid = ({ children, className, ...props }: BentoGridProps) => {
return (
<div
className={cn(
"grid w-full auto-rows-[22rem] grid-cols-3 gap-4",
"grid w-full auto-rows-[22rem] grid-cols-2 gap-4",
className,
)}
{...props}