Skip to content

Instantly share code, notes, and snippets.

@yuriy-yarvinen
Created May 20, 2019 09:23
Show Gist options
  • Save yuriy-yarvinen/c7cff0ca4eb5b62aaeb8b10313fab9ab to your computer and use it in GitHub Desktop.
Save yuriy-yarvinen/c7cff0ca4eb5b62aaeb8b10313fab9ab to your computer and use it in GitHub Desktop.
media
@media (max-width: 1199px){
}
@media (max-width: 991px){
}
@media (max-width: 767px){
}
@media (max-width: 650px){
}
@media (max-width: 450px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment