我是新手,并且在网站上工作。
我的挑战是证明bootstrap.min.css
和bootstrap.responsive.min.css
我从bootswatch和一些免费模板中获取了这些文件,问题是网站的宽度。
bootstrap.min.css
中的
.container {width : 994px;}
但在bootstrap.responsive.min.css
.container {width : 1170px} // which is too big, and i dont like it.
但是,其他对象派生自.container,例如.span*
。所以这些文件彼此不一致。
我所做的是在我的应用程序中替换这些css文件的位置,但如果我做了正确的话,它可以工作但不确定。
你可以建议吗?