Shinobi Theme CSS Media Queries
ADVANCED GUIDE: FOR WEB DESIGNERS AND DEVELOPERS
For our Shinobi theme, you can use the following CSS media queries as a reference:
/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 1223px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px){
}