From 4c415cd5eaa0ee0bb6f12a63beaf993323067885 Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Thu, 21 May 2026 17:54:20 +0400 Subject: [PATCH] fix: bento tiles full-width below 900px (no two-up on mobile) Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/robotics/BentoGrid.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/robotics/BentoGrid.tsx b/src/components/robotics/BentoGrid.tsx index b270ce1..a3072d0 100644 --- a/src/components/robotics/BentoGrid.tsx +++ b/src/components/robotics/BentoGrid.tsx @@ -114,9 +114,6 @@ export function BentoGrid() { @media (max-width: 900px) { .bento-tile-7 { grid-column: span 12 !important; } .bento-tile-5 { grid-column: span 12 !important; } - .bento-tile-4 { grid-column: span 6 !important; } - } - @media (max-width: 540px) { .bento-tile-4 { grid-column: span 12 !important; } }