Skip to content

Instantly share code, notes, and snippets.

@CreativePoweredGeek
Last active January 1, 2019 13:14
Show Gist options
  • Select an option

  • Save CreativePoweredGeek/49b6d3842f3a9318e5506bf4c9c4ecf5 to your computer and use it in GitHub Desktop.

Select an option

Save CreativePoweredGeek/49b6d3842f3a9318e5506bf4c9c4ecf5 to your computer and use it in GitHub Desktop.
My base Bootstrap Responsive CSS File for CSS customizations - BS 3.0
/* 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