Bootstrap画面タイプ

1597 ワード

/*  ( ,  768px) */
/*  ,  Bootstrap  (  Bootstrap  ?) */

/*  ( ,  768px) */
@media (min-width: @screen-sm-min) { ... }

/*  ( ,  992px) */
@media (min-width: @screen-md-min) { ... }

/*  ( ,  1200px) */
@media (min-width: @screen-lg-min) { ... }