Created
November 8, 2017 10:47
-
-
Save AntMooreWebDev/09ab30fd7164af95b7d18dfdec54f06f to your computer and use it in GitHub Desktop.
Media queries for Bootstrap V3, using max-width
This file contains hidden or 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 (max-width:1199px){ /* col-lg */ | |
| } | |
| @media (max-width:991px){ /* col-md */ | |
| } | |
| @media (max-width:767px){ /* col-sm */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment