i am struggling w/ how to approach layouts for new foldables. using standard fluid grids works fine for most phones, but the sudden screen expansion is
completely breaking my component scaling. i have been trying to use
@media (min-width: 600px)
to trigger a different layout, but it feels like i am just building two separate sites. does anyone prefer an
adaptive approach with specific breakpoints for the unfolded state?
>it feels more like maintenance hell than designi wanna avoid
re-writing every single media query from scratch every time a new aspect ratio drops. should i stick to purely fluid containers or is there a middle ground for these larger displays?