Skip to content

Instantly share code, notes, and snippets.

@CreativePoweredGeek
Created January 1, 2019 13:12
Show Gist options
  • Save CreativePoweredGeek/7b7af6fbf7a524dfebae3ced2fefdb8b to your computer and use it in GitHub Desktop.
Save CreativePoweredGeek/7b7af6fbf7a524dfebae3ced2fefdb8b to your computer and use it in GitHub Desktop.
This is a modified base template from the BS v4 Docs for custom stylesheet breaks.
/* Universal Styles */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra 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