Breakpoint

A breakpoint is the screen width at which a layout changes, letting a responsive site adapt between mobile, tablet and desktop.
Design
Created on
23.08.2026

Summarize this

A breakpoint is the screen width at which a website layout changes to fit the screen. Breakpoints are the anchor points of responsive design: below or above a given width, a media query applies different styles so the same page stays readable on a phone, a tablet and a desktop.

How breakpoints work

A breakpoint is defined inside a media query, most often on viewport width, for example @media (min-width: 768px) { ... }. The browser recalculates the layout as the window crosses each breakpoint, rearranging columns, font sizes and spacing.

Common breakpoints

Most teams use a small, standard set rather than one per device.

BreakpointWidthApplies to
Small480pxLarge phones and up
Medium768pxTablets and up
Large992pxLaptops and up
Extra large1280pxWide desktops

Content-first versus device-first

Device-first breakpoints target known screen sizes. Content-first breakpoints are added wherever the layout starts to break, regardless of device. The content-first approach ages better because it does not chase an endless list of new devices.

Mobile-first breakpoints

A mobile-first setup writes the base styles for small screens, then uses min-width breakpoints to add complexity as the screen grows. It produces lighter CSS and matches how search engines index the mobile version first, which supports both performance and SEO.

Breakpoint versus media query

The two are related but not the same: a media query is the CSS rule that applies styles under a condition, and a breakpoint is the specific width value at which that rule takes effect. Breakpoints live inside media queries, and container queries now let components define their own breakpoints based on a parent's width.

Breakpoints at BeBranded

At BeBranded we set breakpoints where the content needs them, not around arbitrary devices, so a site stays clean from mobile to widescreen. It is part of the responsive craft in our design work.

FAQ

A breakpoint is the screen width at which a layout changes. It is defined in a media query and lets a responsive site adapt between mobile, tablet and desktop.
A common set is mobile up to around 767 pixels, tablet from 768 to 991 pixels, and desktop from 992 pixels up. Exact values vary by project and framework.
Usually three or four is enough. Add a breakpoint where the layout actually starts to break, rather than trying to match every device size.
A content-first breakpoint is placed wherever the content stops looking right, regardless of device. It ages better than device-based breakpoints because it does not chase new screen sizes.
A media query is the CSS rule that applies styles under a condition. A breakpoint is the specific width value at which that rule takes effect. Breakpoints live inside media queries.
Webflow has a base desktop breakpoint plus tablet, mobile landscape and mobile portrait, and optional larger breakpoints. Styling at each one generates the matching media query.

Ready to boost your conversions?

Our team is here to understand your needs & work with you to create your next projects.
Get news, infos and resources.
Actionable tips delivered straight to your inbox.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.