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; } }