Skip to content

Instantly share code, notes, and snippets.

@kharakhordindemo
Created December 6, 2017 15:29
Show Gist options
  • Save kharakhordindemo/ba55706498ed01c6f62111f0610b678a to your computer and use it in GitHub Desktop.
Save kharakhordindemo/ba55706498ed01c6f62111f0610b678a to your computer and use it in GitHub Desktop.
Медиазапросы
@media only screen and (max-width : 1199px){
}
@media only screen and (max-width : 991px){
}
@media only screen and (max-width : 767px){
}
@media only screen and (max-width : 479px){
}
@media only screen and (max-width : 320px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment