Skip to content

Instantly share code, notes, and snippets.

@fiximportant
Last active September 17, 2018 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiximportant/99650d062ba55471e1857512be6b1b42 to your computer and use it in GitHub Desktop.
Save fiximportant/99650d062ba55471e1857512be6b1b42 to your computer and use it in GitHub Desktop.
Bootstrap Breakpoints
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
/*===============================*/
/*===============================*/
}/* END */
@media (max-width: 1199.98px) {
/*===============================*/
/*===============================*/
}/* END */
<link href="/templates/shaper_helixultimate/css/media/overtop.css" rel="stylesheet" type="text/css" />
<link href="/templates/shaper_helixultimate/css/media/desktop.css" rel="stylesheet" type="text/css" />
<link href="/templates/shaper_helixultimate/css/media/tablet.css" rel="stylesheet" type="text/css" />
<link href="/templates/shaper_helixultimate/css/media/mobile.css" rel="stylesheet" type="text/css" />
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
/*===============================*/
/*===============================*/
}/* END */
/* Small devices (landscape phones, 576px and up) */
/*===============================*/
@media (min-width: 576px) and (max-width: 767.98px) {
/*===============================*/
/*===============================*/
}/* END */
@media (max-width: 767.98px) {
/*===============================*/
/*===============================*/
}/* END */
/* Big (over desktops, 1200px and up) */
@media (min-width: 1200px) {
/*===============================*/
/*===============================*/
}/* END */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
/*===============================*/
/*===============================*/
}/* END */
@media (max-width: 991.98px) {
/*===============================*/
/*===============================*/
}/* END */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment