>>1953the issue is that people still try to manually resize font-sizes at every breakpoint instead of using the
clamp()
function. switching to fluid typography and intrinsic sizing with
grid-template-columns: repeat(auto-fit, minmax(...))
makes most of those media queries __completely redundant_