Free responsive design tool
Website Breakpoint Finder
Describe the page, choose target devices, and get likely responsive breakpoints, QA viewport sizes, CSS media-query notes, and a practical test plan.
Current breakpoint plan
11 breakpoints
5 devices - 32 QA widths
Find breakpoints
Target devices
Page type
Marketing page
Targets
5
Breakpoints
11
QA widths
32
Likely responsive breakpoints
Use these as decision points, then keep only the widths that fix real layout changes.
360px
phone foundation
Marketing page phone foundation; navigation likely needs a collapsed state
393px
phone foundation
Marketing page phone foundation; navigation likely needs a collapsed state
480px
large-phone adjustment
Marketing page large-phone adjustment; navigation likely needs a collapsed state
640px
large-phone adjustment
Marketing page large-phone adjustment; card and grid columns often change here
768px
tablet entry
Marketing page tablet entry; card and grid columns often change here
820px
tablet entry
Marketing page tablet entry; card and grid columns often change here
1024px
desktop transition
Marketing page desktop transition; media crops and first-fold composition change on larger screens
1280px
desktop layout
Marketing page desktop layout; media crops and first-fold composition change on larger screens
1366px
desktop layout
Marketing page desktop layout; media crops and first-fold composition change on larger screens
1440px
desktop layout
Marketing page desktop layout; media crops and first-fold composition change on larger screens
1920px
wide-screen guardrail
Marketing page wide-screen guardrail; media crops and first-fold composition change on larger screens
QA viewport sizes
Test just below, at, and just above each generated breakpoint.
359px
360px
361px
392px
393px
394px
479px
480px
481px
639px
640px
641px
767px
768px
769px
819px
820px
821px
1023px
1024px
1025px
1279px
1280px
1281px
1365px
1366px
1367px
1439px
1440px
1441px
1919px
1920px
CSS media-query notes
Paste into a scratch file before turning the final decisions into production CSS.
/* Mobile-first breakpoint notes. Keep only the rules that fix real layout changes. */
@media (min-width: 360px) {
/* phone foundation: Marketing page phone foundation; navigation likely needs a collapsed state */
}
@media (min-width: 393px) {
/* phone foundation: Marketing page phone foundation; navigation likely needs a collapsed state */
}
@media (min-width: 480px) {
/* large-phone adjustment: Marketing page large-phone adjustment; navigation likely needs a collapsed state */
}
@media (min-width: 640px) {
/* large-phone adjustment: Marketing page large-phone adjustment; card and grid columns often change here */
}
@media (min-width: 768px) {
/* tablet entry: Marketing page tablet entry; card and grid columns often change here */
}
@media (min-width: 820px) {
/* tablet entry: Marketing page tablet entry; card and grid columns often change here */
}
@media (min-width: 1024px) {
/* desktop transition: Marketing page desktop transition; media crops and first-fold composition change on larger screens */
}
@media (min-width: 1280px) {
/* desktop layout: Marketing page desktop layout; media crops and first-fold composition change on larger screens */
}
@media (min-width: 1366px) {
/* desktop layout: Marketing page desktop layout; media crops and first-fold composition change on larger screens */
}
@media (min-width: 1440px) {
/* desktop layout: Marketing page desktop layout; media crops and first-fold composition change on larger screens */
}
@media (min-width: 1920px) {
/* wide-screen guardrail: Marketing page wide-screen guardrail; media crops and first-fold composition change on larger screens */
}Responsive test plan
Start with 360px and verify the core marketing page flow before widening the viewport.
Test 359px, 360px, 361px, 392px, 393px, 394px, 479px, 480px, 481px, 639px, 640px, 641px to catch off-by-one layout jumps around generated breakpoints.
Check hero copy, nav collapse, proof grids, pricing cards, and CTA density.
Open navigation, forms, modals, sticky bars, consent UI, chat widgets, and long-content states at the smallest phone, tablet, laptop, and wide desktop targets.
Capture before/after screenshots for the selected devices and compare first fold, scroll depth, tap targets, and horizontal overflow.
Remove any breakpoint that does not change the layout or prevent a real bug.
Need to verify the real page after planning breakpoints?
Use this finder to plan the widths. Use Sizzy when you need synchronized devices, screenshots, responsive debugging, and repeatable viewport checks.
Check one viewportGenerate screenshot batchBuild QA checklistTry Sizzy
What is a website breakpoint finder?
It turns page notes and target devices into likely responsive breakpoints, CSS media-query notes, QA viewport sizes, and a focused test plan.
Should I use every generated breakpoint in CSS?
No. Treat the list as a planning guide. Add CSS breakpoints only where the layout actually needs a different rule.
How should I test responsive breakpoints?
Test each breakpoint just below, at, and just above the target width, then compare the real page across synchronized mobile, tablet, and desktop viewports.
