Skip to content

Instantly share code, notes, and snippets.

View Blackmist's full-sized avatar

Larry Franks Blackmist

  • Microsoft
  • Belmont, NC
View GitHub Profile
@Blackmist
Blackmist / gist:2ec2cd2f523fb41849d4
Created February 17, 2016 12:12 — forked from francoishill/gist:6483997
Media queries for mobile devices - Requires at least requires the meta viewport tag with content 'width=device-width'
/*http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/*/
/*At least requires the meta viewport tag with content 'width=device-width'*/
@media only screen and (max-width: 1080px) and (orientation : portrait) {
/* PORTRAIT:
Windows Surface Pro*/
}
@media only screen and (max-width: 800px) and (orientation : portrait) {
/* PORTRAIT:
Acer Iconia Tab A100