Created
January 5, 2017 15:05
-
-
Save alexandr-kazakov/68dee928d8ea4b8c6cbeaf2d3feb2719 to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
## 1741 to 1902 | |
## 1681 to 1740 | |
## 1537 to 1680 | |
## 1367 to 1536 | |
## 1367 to 1550 | |
## 1201 to 1550 | |
## 1201 to 1366 | |
## 992 to 1200 | |
## 1025 to 1200 | |
## 1201 to 1280 | |
## 1281 to 1366 | |
## 992 to 1024 | |
## 768 to 991 | |
## 319 to 767 | |
## 481 to 767 | |
## 319 to 480 | |
## 319 to 479 | |
## 991 | |
*/ | |
/* ## 1741 to 1902 ## */ | |
@media only screen and (min-width: 1741px) and (max-width: 1902px) { | |
} | |
/* ## 1681 to 1740 ## */ | |
@media only screen and (min-width: 1681px) and (max-width: 1740px) { | |
} | |
/* ## 1537 to 1680 ## */ | |
@media only screen and (min-width: 1537px) and (max-width: 1680px) { | |
} | |
/* ## 1367 to 1536 ## */ | |
@media only screen and (min-width: 1367px) and (max-width: 1536px) { | |
} | |
/* ## 1367 to 1550 ## */ | |
@media only screen and (min-width: 1367px) and (max-width: 1550px) { | |
} | |
/* ## 1201 to 1366 ## */ | |
@media only screen and (min-width: 1201px) and (max-width: 1366px) { | |
} | |
/* ## 992 to 1200 ## */ | |
@media only screen and (min-width: 992px) and (max-width: 1200px) { | |
} | |
/* ## 1025 to 1200 ## */ | |
@media only screen and (min-width: 1025px) and (max-width: 1200px) { | |
} | |
/* ## 1201 to 1280 ## */ | |
@media only screen and (min-width: 1201px) and (max-width: 1280px) { | |
} | |
/* ## 1281 to 1366 ## */ | |
@media only screen and (min-width: 1281px) and (max-width: 1366px) { | |
} | |
/* ## 992 to 1024 ## */ | |
@media only screen and (min-width: 992px) and (max-width: 1024px) { | |
} | |
/* ## 768 to 991 ## */ | |
@media only screen and (min-width: 768px) and (max-width: 991px) { | |
} | |
/* ## 319 to 767 ## */ | |
@media only screen and (min-width: 319px) and (max-width: 767px) { | |
} | |
/* ## 481 to 767 ## */ | |
@media only screen and (min-width: 481px) and (max-width: 767px) { | |
} | |
/* ## 319 to 480 ## */ | |
@media only screen and (min-width: 319px) and (max-width: 480px) { | |
} | |
/* ## 319 to 479 ## */ | |
@media only screen and (min-width: 319px) and (max-width: 479px) { | |
} | |
/* ## 991 ## */ | |
@media (max-width: 991px) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment