Shared thresholds
Tailwind owns the breakpoint values in the @theme block of src/app/globals.css. Native CSS media queries in the docs shell mirror the same literal values because CSS custom properties are not reliable media-query conditions.
xs30rem / 480pxsm40rem / 640pxmd48rem / 768pxlg64rem / 1024pxxl80rem / 1280px2xl96rem / 1536pxHow to choose
Small-screen rules
- Keep touch targets and readable text sizes; reduce outer gutters first.
- Let tables and code blocks scroll in their own region rather than forcing the page to overflow.
- Test the route at a narrow width and with keyboard focus before marking a breakpoint change complete.