Skip to content

Instantly share code, notes, and snippets.

@rowej83
Last active March 25, 2023 20:24
Show Gist options
  • Save rowej83/ff20bacd7616bee1618dfbbd0c0e5956 to your computer and use it in GitHub Desktop.
Save rowej83/ff20bacd7616bee1618dfbbd0c0e5956 to your computer and use it in GitHub Desktop.
Visual Composer default breakpoints
@media (max-width:767px){
/* Phones */
}
@media (min-width:768px) and (max-width:991px){
/* small tablets */
}
@media (min-width:992px) and (max-width:1199px){
/* large tablets and desktop */
}
@media (min-width:1200px){
/* large desktop */
}
/* below targets ipad Pro */
@media (min-width:769px) and (max-width:1199px){
}
@ErvinSabic
Copy link

Thanks for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment