bootstrap改变container宽度

在自己的css文件中:

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}

你可能感兴趣的:(前端)