Three different sizes are easy to confuse. The screen is your whole display. The
window is your browser, including its UI. The viewport is the part of the
window where the page renders — the only one of the three that responsive design responds to. Resize this
window and watch the viewport value and the breakpoint marker track it live.
When debugging a layout issue, the viewport size plus the
device pixel ratio tells you almost
everything about the rendering environment. Use the framework breakpoint rail and test-width table above to
check mobile, tablet and desktop thresholds, open the
responsive breakpoint checker
for framework-specific ranges, then use the
responsive testing checklist
for navigation, grids, forms and other real UI patterns before copying the report into a bug ticket.