Skip to content

Instantly share code, notes, and snippets.

@AntMooreWebDev
Created November 8, 2017 10:47
Show Gist options
  • Select an option

  • Save AntMooreWebDev/09ab30fd7164af95b7d18dfdec54f06f to your computer and use it in GitHub Desktop.

Select an option

Save AntMooreWebDev/09ab30fd7164af95b7d18dfdec54f06f to your computer and use it in GitHub Desktop.
Media queries for Bootstrap V3, using max-width
@media (max-width:1199px){ /* col-lg */
}
@media (max-width:991px){ /* col-md */
}
@media (max-width:767px){ /* col-sm */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment