media queries still have their place for things like
font-size adjustments or swapping out large layout assets. container queries are great for the small stuff, but u can't really use them to change a
display: block
to
display: none
based on the viewport margin.
>the era of global breakpoints is overthis feels a bit extreme since we still need to handle the overall page margins and padding logic.