Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kale-stew on github.
  • I am kalestew (https://keybase.io/kalestew) on keybase.
  • I have a public key ASCTZIIiv6I2quHXfTNoorgoDF96oBmvbVx83z3fQMtfSwo

To claim this, I am signing this object:

@kale-stew
kale-stew / mobile-dimensions-in-px.js
Last active February 2, 2022 16:55
Popular mobile device screen dimensions, as an array of objects in a single file
// Popular Mobile Device Dimensions in px
// taken from https://mediag.com/blog/popular-screen-resolutions-designing-for-all/
export default [
{
// iPhone XR
height: '828px',
width: '1792px'
},
{