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 deprecated | 320px 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. (use `min-width-breakpoint-mobile` instead) |
width-breakpoint-tablet deprecated | 720px Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A tablet device's screen width. (use `size-viewport-72` instead) |
width-breakpoint-desktop deprecated | 1000px Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A desktop device's screen width. (use `size-viewport-100` instead) |
width-breakpoint-desktop-wide deprecated | 1200px Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. A wider desktop's screen width. (use `size-viewport-120` instead) |
width-breakpoint-desktop-extrawide deprecated | 2000px Defined in Refers to Deprecated: Legacy breakpoint. Use `min-width`/`max-width` breakpoint token instead. An extra wide desktop's screen width. (use `size-viewport-200` instead) |