Skip to content

Instantly share code, notes, and snippets.

@vejnoe
Last active June 21, 2023 10:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vejnoe/ef2b063aaaa5a145c18341f501b871a1 to your computer and use it in GitHub Desktop.
Save vejnoe/ef2b063aaaa5a145c18341f501b871a1 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