What is Responsive Design?
Responsive design is a design and development approach in which websites adapt fluidly to the user's screen size β same HTML, different layout per viewport. The term was coined in 2010 by Ethan Marcotte around three technical building blocks: fluid grids (percentage widths instead of fixed pixels), flexible images (max-width: 100%), and media queries (CSS rules that trigger at specific breakpoints). Today responsive design is no longer optional β Google has used mobile-first indexing since 2019, meaning the mobile version is the basis for rankings. 60β70% of B2C traffic and 40β55% of B2B traffic comes from smartphones. Running a desktop-optimized site with a separate m.* mobile URL today loses both rankings and users. The modern approach is mobile-first design: layout and content priority are designed first for 375 px screens, then expanded via progressive enhancement for tablet (768 px) and desktop (1280 px+). Technical best practices: Tailwind breakpoints or CSS container queries, rem units instead of px for typography, SVG instead of PNG for icons (scales losslessly), srcset images for different DPIs, touch-friendly hit targets (min. 44 Γ 44 px), form inputs with correct type attribute for mobile keyboards (type="email", inputmode="tel"). The most common mistakes: building desktop design first and "squeezing" it onto mobile (resulting in tiny text and horizontal scroll), fixed-positioned elements blocking half the mobile screen, tap targets under 40 px, performance bloat from unused desktop assets on mobile. Core Web Vitals are closely tied to responsive design: LCP, INP, and CLS are measured primarily on mobile and directly affect rankings.
Key Points
- Three building blocks: fluid grids, flexible images, media queries β the established standard since 2010
- Mobile-first indexing since 2019: Google ranks primarily the mobile version β desktop-only is ranking poison
- Design starts at 375 px (iPhone SE), not at 1440 px β mobile is the constraint, desktop the expansion
- Modern breakpoints: 640/768/1024/1280 px (Tailwind standard) instead of rigid desktop/tablet/mobile triad
- Touch targets min. 44 Γ 44 px for usable mobile interfaces β Apple HIG and Material Design agree
- Typography in rem instead of px for consistent scaling with zoom and browser defaults
- Ship images with srcset and sizes β different DPIs get different resolutions
- Core Web Vitals (LCP < 2.5 s, INP < 200 ms, CLS < 0.1) are measured primarily on mobile
- Container queries (browser-ready since 2023) are the next evolution of media queries β components react to their own container, not the viewport
Practical Example
βOur relaunch for a Vienna B2B service provider delivered a mobile conversion-rate uplift of 180% at the same lead quality through mobile-first responsive design and Core-Web-Vitals optimization.β
Need professional help with Responsive Design?
Our GoldenWing team offers strategic Web Design services for Austrian and international clients. From initial consulting to implementation β we deliver measurable results.