Когда использовать
Adapt complex pages to small screens, touch and text enlargement.
Решения для реализации
- Choose breakpoints where content fails rather than by named device.
- Use minmax(0,1fr) and min-width:0 in flexible layouts.
- Collapse secondary navigation while retaining primary actions in the flow.
- Prefer container queries for portable components and dynamic viewport units for full-screen panels.
Как проверить результат
- Essential controls remain visible at 360px.
- Touch targets are generous.
- Virtual keyboards do not trap the submit action.
Работающий пример
BEFOREIdeas need
Ideas need
good form.
AFTERIdeas need