标签: html css media-queries twitter-bootstrap-3
您好。
我必须从Bootstrap 3中排除大断点,我不知道从哪里开始。有什么想法吗?
答案 0 :(得分:0)
设置
/* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .container { width:1024px; /* Set desired container width here */ } }
然后像往常一样使用col-个类。
col-