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
/*========== Mobile First Method ==========*/ | |
@media only screen and (min-width : 320px) {} | |
@media only screen and (min-width : 480px) {} | |
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {} | |
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){} | |
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {} | |
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape){} | |
@media only screen and (min-width : 768px) {} | |
@media only screen and (min-width : 992px) {} |
NewerOlder