Bootstrap 3 - 940px width grid?

前端 未结 3 1610
心在旅途
心在旅途 2021-01-06 11:59

I am using Bootstrap 3 on a new project. The layout is to be a 940px max width (desktop etc), 12 col (60px column, 20px gutter).

I\'ve set .container to

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 12:45

    You must comment the following section in bootstrap.responsive.css for start 940 view

    @media (min-width: 1200px) {
    }
    

提交回复
热议问题