RsD0p9BK
12/26/2016 - 11:28 AM

less__media_queries1.less

/* Extra large desktops */
@media (min-width: 1600px) {

}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1599px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

// http://stackoverflow.com/questions/18424798/twitter-bootstrap-3-how-to-use-media-queries
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }

// http://getbootstrap.com/css/#grid