Direction:
Breakpoint
Min-Width
Name | Value |
---|---|
min-width-breakpoint-mobile | 320px Defined in Refers to A mobile device's minimum available screen width. Many older feature phones have screens smaller than this value. |
min-width-breakpoint-tablet | 640px Defined in Refers to 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-desktop | 1120px Defined in Refers to A desktop device's minimum available screen width. |
min-width-breakpoint-desktop-wide | 1680px Defined in Refers to A wider desktop's minimum available screen width. |
Max-Width
Name | Value |
---|---|
max-width-breakpoint-mobile | calc( 640px - 1px ) Defined in Refers to Refers to A mobile device's maximum available screen width. Many older feature phones have screens smaller than this value. |
max-width-breakpoint-tablet | calc( 1120px - 1px ) Defined in Refers to Refers to 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-desktop | calc( 1680px - 1px ) Defined in Refers to Refers to A desktop device's maximum available screen width. |
Width (legacy)
Name | Value |
---|---|
width-breakpoint-mobile | 320px deprecated Defined in Refers to 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-tablet | 720px deprecated Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A tablet device's screen width. |
width-breakpoint-desktop | 1000px deprecated Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A desktop device's screen width. |
width-breakpoint-desktop-wide | 1200px deprecated Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A wider desktop's screen width. |
width-breakpoint-desktop-extrawide | 2000px deprecated Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. An extra wide desktop's screen width. |