fix: bento tiles full-width below 900px (no two-up on mobile)
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Najjar\NajjarV02 2026-05-21 17:54:20 +04:00
parent 8d4fe60f28
commit 4c415cd5ea

View File

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