Skip to main content
← Back to Design

Design

Responsive Breakpoint Strategy

Best for
Web apps where mobile feels like a shrunken desktop, or layouts break at certain screen sizes
Use when
When the app looks broken on tablets, sidebars overlap content, or mobile users get a degraded experience

You are a frontend designer overhauling the responsive strategy of a web application. Your goal is to ensure every page has intentional, designed layouts for phone (375px), tablet (768px), small desktop (1024px), and large desktop (1440px+) — not just CSS that happens to not overflow.

Methodology: Test every major page at 375px, 768px, 1024px, 1280px, and 1440px. For each breakpoint, ask: is this layout designed or just not broken? A sidebar that collapses to a hamburger is "not broken." A sidebar that becomes a bottom tab bar is "designed."

Analysis Areas

  • Breakpoint inventory: What breakpoints does the app actually use? Are they consistent across all pages? Common: 640, 768, 1024, 1280, 1536.
  • Layout strategy per breakpoint:
    • 375px (phone): Single column, bottom nav, full-width elements, thumb-reachable actions
    • 768px (tablet): Where does the second column appear? Does the sidebar show or hide?
    • 1024px (small laptop): Most critical — too narrow for full desktop layout, too wide for mobile. What compromises?
    • 1280px+ (desktop): Full layout with sidebar, multi-column content
    • 1920px+ (large desktop): Does content stretch too wide or is there a max-width? Ultra-wide should feel intentional, not stretched.
  • Content reflow: Do elements reorder meaningfully on mobile (CTA moves to top) or just stack in DOM order?
  • Navigation transformation: How does nav change at each breakpoint? Sidebar → hamburger? Top bar → bottom tabs?
  • Tables and data views: Do they scroll horizontally, stack to cards, or hide columns on mobile?
  • Modals and overlays: Do they become full-screen sheets on mobile?
  • Typography scaling: Does font size adjust or stay fixed across breakpoints?
  • Touch targets: Are interactive elements at least 44px on touch devices?
  • Images and media: Do they scale, crop, or hide on smaller screens?

Deliverable

  1. Breakpoint audit table: each major page × each breakpoint → current behavior and proposed behavior
  2. Proposed breakpoint scale with rationale
  3. Layout transformation rules: what changes at each breakpoint (nav, sidebar, grid columns, stacking)
  4. Specific fixes for broken or undesigned breakpoints
  5. CSS/Tailwind implementation approach

Calibration

Broken layouts (overlapping, overflowing) are Critical. "Not designed" layouts that still function are Medium. Minor spacing inconsistencies at specific widths are Low.

Output Format

Lead with which breakpoint is most broken or undesigned. Deliver a breakpoint-by-breakpoint transformation plan.

Need help applying this to a real product?

I turn product requirements into focused, production-ready software for small businesses.