Last active
July 17, 2024 22:36
-
-
Save vejnoe/ef2b063aaaa5a145c18341f501b871a1 to your computer and use it in GitHub Desktop.
Webflow Standard Breakpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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