Touchpoints and Media Queries

Viewport SizeViewport OrientationMedia Query
Smaller than mobile319px (portrait)@media only screen and (max-width: 319px)
Mobile-first320px (portrait)Default CSS Ruleset
Laptop1024px (landscape)@media only screen and (min-width: 1024px)