choosing between fluid grids and adaptive breakpoints is still a headache. fluid design feels more
natural because the content scales with the viewport, but it can lead to messy layouts on extreme ultrawide monitors. adaptive approaches are easier to control since you define specific widths like
width: 768px;
for tablets. however, you end up with those awkward gaps when a device size falls between your predefined steps. i still think
fluid is the future for modern web apps.
>it's basically just an endless game of whack-a-mole with breakpointsadaptive design is just lazy responsive design