Created
January 1, 2019 13:12
-
-
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.
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
/* 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