fix: bento tiles full-width below 900px (no two-up on mobile)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8d4fe60f28
commit
4c415cd5ea
@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user