Skip to content

Instantly share code, notes, and snippets.

@jpinnix
Forked from vejnoe/webflow-breakpoints.css
Created April 17, 2020 16:11
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 jpinnix/eb38b71d085a3c8197aaf1b530003445 to your computer and use it in GitHub Desktop.
Save jpinnix/eb38b71d085a3c8197aaf1b530003445 to your computer and use it in GitHub Desktop.
Webflow Standard Breakpoints
@media screen and (max-width: 991px) {
/* Your responsive CSS */
}
@media screen and (max-width: 767px) {
/* Your responsive CSS */
}
@media screen and (max-width: 479px) {
/* Your responsive CSS */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment