gpt4 book ai didi

twitter-bootstrap - Bootstrap : how do I change the width of the container?

转载 作者:行者123 更新时间:2023-12-03 04:40:33 24 4
gpt4 key购买 nike

我使用Twitter Bootstrap开发了一个具有固定容器类的网站,但现在客户希望网站宽度为1000px而不是1170px。我不使用 .less 文件。

有没有快速解决这个问题的方法?

最佳答案

解决方案如下:

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

@Bastardo's 中自定义 Bootstrap 相比,这样做的优点答案是它不会更改 Bootstrap 文件。例如,如果使用 CDN,您仍然可以从 CDN 下载大部分 Bootstrap。

关于twitter-bootstrap - Bootstrap : how do I change the width of the container?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15884102/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com