diff --git a/components/blocks/TeamGrid.tsx b/components/blocks/TeamGrid.tsx index 1db65b3c6..34fab8724 100644 --- a/components/blocks/TeamGrid.tsx +++ b/components/blocks/TeamGrid.tsx @@ -365,15 +365,15 @@ export function TeamGrid({ members }: TeamGridProps) { scale: { duration: 0.25 }, }} onClick={(e) => e.stopPropagation()} - className="bg-white rounded-3xl overflow-hidden max-w-lg w-full shadow-2xl border border-white/20 relative flex flex-col z-20 my-auto touch-none cursor-grab active:cursor-grabbing" + className="bg-white rounded-[2rem] sm:rounded-3xl overflow-hidden max-w-[380px] sm:max-w-md md:max-w-lg w-full shadow-2xl border border-white/20 relative flex flex-col z-20 my-auto touch-none cursor-grab active:cursor-grabbing shrink-0" > {/* Mobile Drag Indicator Bar */}
- {/* Portrait Container - Height tuned for Mobile without vertical squishing */} + {/* Portrait Container - Tall Portrait Aspect Framing for Mobile */}