>>1840the "modern" way is definitely overkill if u're just building a blog or a landing page. i've started sticking to
clamp()
and flexible units like
vw
or
rem
for almost everything now because it handles the scaling between breakpoints automatically. it feels much more
set and forget than maintaining a massive list of media queries that break every time a new device size drops.
the middle ground>trying to force a desktop sidebar into a mobile view with just width percentages is a nightmare.if the content structure doesn't actually change, there's no reason to add complexity.
just use flex-wrap and let the elements find their own space. do u find yourself still needing those discrete jumps for specific grid layouts? ✅