Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Created December 20, 2017 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaurmag/abf0d68e886895963ee38171ae973737 to your computer and use it in GitHub Desktop.
Save zaurmag/abf0d68e886895963ee38171ae973737 to your computer and use it in GitHub Desktop.
responsive gride
/** ------------------------------------------------------------
==================== RESPONSIVE ========================
------------------------------------------------------------------------------ **/
/** -----------------------------------------
========= MIN-WIDTH ==========
-------------------------------------------- **/
@media (min-width: 1201px) {}
@media (min-width: 992px) {}
@media (min-width: 769px) {}
@media (min-width: 576px) {}
/** -----------------------------------------
========= MAX-WIDTH ==========
-------------------------------------------- **/
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}
@media (max-width: 575px) {}
@media (max-width: 360px) {}
@media (max-width: 320px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment