Bootstrap 3排除screen-lg

时间:2013-12-11 12:13:38

标签: html css media-queries twitter-bootstrap-3

您好。

我必须从Bootstrap 3中排除大断点,我不知道从哪里开始。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

设置

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
   width:1024px;     /* Set desired container width here */ 
   }
 }

然后像往常一样使用col-个类。