한국어
← All deep dives

Deep dive · 04

What “make it responsive”
actually means

Responsive is not “the screen shrinks by itself”. It is a person deciding what changes, and at which widths. Drag the handle below.

Change the width

Drag the bar below to change the preview width. Watch how the layout rearranges.

Screen width 1200px
LOGO
Card
Card
Card
Card
Footer

Desktop — sidebar visible · four columns · full menu

What to take away

Nothing “shrinks by itself” — it is the result of someone deciding to collapse the sidebar at 1024px, drop cards to two columns at 768px, and switch the menu to a hamburger at 480px.

WHY THIS MATTERS

Responsive is not a feature —
it is a list of decisions.

At which width, what changes, and how. Skip those decisions and the developer makes them for you, and then you file a request because the result does not match the design. Writing the decisions down is half the work.