Skip to content

Instantly share code, notes, and snippets.

@omurphy27
Last active August 15, 2018 16:19
Show Gist options
  • Save omurphy27/6152185 to your computer and use it in GitHub Desktop.
Save omurphy27/6152185 to your computer and use it in GitHub Desktop.
CSS Responsive Base Bootstrap Max Width Media Queries.css
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment