Skip to content

Instantly share code, notes, and snippets.

@curtisj44
Last active December 11, 2015 20:08
Show Gist options
  • Save curtisj44/4652801 to your computer and use it in GitHub Desktop.
Save curtisj44/4652801 to your computer and use it in GitHub Desktop.
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
@media screen and (max-width: 400px) {
width: 320px;
}
}
}
@-o-viewport {
width: device-width;
}
@-webkit-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment