web design ui

Responsive Grid

A responsive grid is the same underlying grid structure that collapses and adapts as the screen size changes instead of forcing separate layouts for each device. It starts with a 12 column foundation on desktop complete with fixed gutters and an 8 pixel baseline unit. Media queries then reduce it to 8 columns on tablet and 4 columns on mobile. Spans adjust in clean fractions so an 8 plus 4 content and sidebar pair on desktop becomes a stacked full width layout on mobile. The vertical rhythm never breaks. Headings images cards and sections continue landing on the same invisible lines established at the largest size. This approach is the direct descendant of the Swiss school systems Müller Brockmann defined in 1961 and perfected in his 1981 book. For decades those rules lived in print. CSS Grid finally delivered them to the browser in the late 2010s with native support for grid lines named areas and gap control. Stripe Linear Vercel and Apple all run variations of this system in production today. The grid itself does not change. The available space does. The design intelligence stays locked in place so the user learns the rhythm once and benefits everywhere.

A responsive grid is not two unrelated layouts duct taped together at an arbitrary 768 pixel breakpoint. It is not desktop designs simply scaled down with microscopic type horrible tap targets and horizontal scrollbars. It is not a separate mobile only artboard in Figma that drifts further from the desktop version with every sprint. It is not throwing out the base grid and using Flexbox hacks to shove elements until they stop overlapping. It is not the 2012 habit of maintaining an m dot subdomain with its own templates code paths and endless drift. It is not hiding half the content behind a hamburger because the team never defined how the grid should collapse. Teams that treat responsive as an afterthought always ship fractured experiences where the phone version feels like it came from a different company with weaker taste.

Stripe runs the clearest concrete example in 2026. Their entire marketing surface sits on a 12 column responsive grid with 24 pixel gutters. The hero places headline and CTA in a 7 column track opposite a 5 column screenshot on desktop. At tablet widths that screenshot drops below the text both blocks expand to the new 8 column container and the baseline rhythm holds at every multiple of 8. Mobile reduces to 4 columns enlarges the headline for thumb readability and scales the image to full bleed while its edges still snap to the outer margins. Further down a 6 plus 6 feature comparison becomes two stacked blocks. The pricing matrix that shows three plans side by side on desktop reflows into a clean accordion on mobile yet every heading padding and metric still lands on the 8 pixel grid. Linear follows the same rules on its marketing pages and inside the product. Feature highlight rows move from three columns at desktop to two at tablet to one at mobile. The app shell sidebar collapses from a 3 column equivalent to a hidden drawer on phone while the issue list maintains perfect label alignment. Vercel applies it across marketing and dashboard. The deploy timeline claims 8 columns on wide screens with metrics in the remaining 4 then stacks them logically on mobile without ever losing the hierarchical priority. Apple adds strict baseline discipline on top. Every product page keeps the same vertical cadence whether viewed on a 14 inch MacBook or an iPhone 16 Pro. Text blocks images and CTAs land on identical multiples of the base unit. The New York Times uses responsive modular grids on its homepage where story cards reorganize from dense 6 across modules to 2 across on mobile with zero accidental spacing. Figma does the same on resource pages where template cards keep internal padding and type alignment as they move from 12 column desktop to 4 column phone views. These teams design the grid first then the content then the collapses. The voxel diagrams in the original grid systems guide illustrate exactly this progression across three device frames with one continuous visual language.

Deploy a responsive grid on every marketing site SaaS dashboard editorial layout or documentation page that must work on phones tablets and laptops. The payoff is immediate. One source of truth means changes to column spans or baseline math propagate everywhere. Brand consistency emerges from the structure instead of surface tweaks. Design reviews stop wasting time on layout arguments because the rules were decided when the 12 column patterns were locked in. Stripe Linear and Vercel prove this yields products that feel like one product instead of two separate ones. The Swiss logic that once lived only in posters now scales fluidly because the tools finally match the theory. The article on why every SaaS looks the same traces much of that cohesion directly to shared responsive grid foundations.

Skip the responsive grid only for native mobile experiences with completely different interaction models such as camera first AR tools or map based interfaces where the primary canvas follows touch patterns instead of column logic. Even then the supporting controls and menus can still follow responsive rules. Never skip it simply because collapsing a complex layout looks difficult. That difficulty usually exposes weak hierarchy or an undocumented base grid that needs fixing first. A strong responsive grid forces better decisions about what matters at small sizes instead of turning mobile into a cluttered afterthought.

A responsive grid turns the mobile desktop divide from a daily crisis into a predictable disciplined collapse that keeps one strong design system in charge of every screen size.

Related terms

Keep exploring