Last active
January 1, 2019 13:14
-
-
Save CreativePoweredGeek/49b6d3842f3a9318e5506bf4c9c4ecf5 to your computer and use it in GitHub Desktop.
My base Bootstrap Responsive CSS File for CSS customizations - BS 3.0
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
| /* Google Fonts pre-load */ | |
| /*Most Styles will go here Use Media breaks to modify for larger Devices (Responsive is Mobie-first) */ | |
| /* Small devices (tablets, 768px and up) */ | |
| @media (min-width: 768px) { | |
| } | |
| /* Medium devices (desktops, 992px and up) */ | |
| @media (min-width: 992px) { | |
| } | |
| /* Large devices (large desktops, 1200px and up) */ | |
| @media (min-width: 1200px) { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment