Skip to content
On this page

Breakpoint

Min-Width

NameValue
min-width-breakpoint-mobile320px

Defined in src/codex-base.json

Refers to size.viewport.32

A mobile device's minimum available screen width. Many older feature phones have screens smaller than this value.

min-width-breakpoint-tablet640px

Defined in src/codex-base.json

Refers to size.viewport.64

A tablet device's minimum available screen width. Note: the size chosen is eager to be re-evaluated with Web team and Product Analytics.

min-width-breakpoint-desktop1120px

Defined in src/codex-base.json

Refers to size.viewport.112

A desktop device's minimum available screen width.

min-width-breakpoint-desktop-wide1680px

Defined in src/codex-base.json

Refers to size.viewport.168

A wider desktop's minimum available screen width.

Max-Width

NameValue
max-width-breakpoint-mobilecalc( 640px - 1px )

Defined in src/codex-base.json

Refers to size.viewport.64

Refers to size.absolute.1px

A mobile device's maximum available screen width. Many older feature phones have screens smaller than this value.

max-width-breakpoint-tabletcalc( 1120px - 1px )

Defined in src/codex-base.json

Refers to size.viewport.112

Refers to size.absolute.1px

A tablet device's maximum available screen width. Note, the size chosen is eager to be re-evaluated with Web team and Product Analytics.

max-width-breakpoint-desktopcalc( 1680px - 1px )

Defined in src/codex-base.json

Refers to size.viewport.168

Refers to size.absolute.1px

A desktop device's maximum available screen width.

Width (legacy)

NameValue
width-breakpoint-mobile320px deprecated

Defined in src/codex-base.json

Refers to size.viewport.32

Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A mobile device's screen width. Many older feature phones have screens smaller than this value.

width-breakpoint-tablet720px deprecated

Defined in src/codex-base.json

Refers to size.viewport.72

Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A tablet device's screen width.

width-breakpoint-desktop1000px deprecated

Defined in src/codex-base.json

Refers to size.viewport.100

Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A desktop device's screen width.

width-breakpoint-desktop-wide1200px deprecated

Defined in src/codex-base.json

Refers to size.viewport.120

Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A wider desktop's screen width.

width-breakpoint-desktop-extrawide2000px deprecated

Defined in src/codex-base.json

Refers to size.viewport.200

Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. An extra wide desktop's screen width.