Breakpoints nên đặt theo thiết bị hay theo content?
VI- Nên theo content.
- Resize browser và thêm breakpoint khi layout 'vỡ'.
- Không phụ thuộc device-specific sizes (thay đổi liên tục).
- Content-based breakpoints linh hoạt hơn, future-proof.
EN- By content.
- Resize the browser and add a breakpoint when the layout 'breaks'.
- Don't rely on device-specific sizes (they change constantly).
- Content-based breakpoints are more flexible and future-proof.