Closed coolzilj closed 12 years ago
Thanks for issue.
($gridColumns * $gridColumnWidth) + ($gridGutterWidth * ($gridColumns - 1))
). So just use $gridGutterWidth and $gridColumnWidth*= require bootstrap
with *= require overrides
overrides.css.scss
$gridColumnWidth: 70px;
$gridGutterWidth: 10px;
@import "bootstrap"
Thanks for the fix.It's alright now.
According to http://twitter.github.com/bootstrap/scaffolding.html,
$siteWidth
counts number of columns and gutters to set width of the .container-fixed() mixin, and I set$siteWidth
to970px
,but it didn't change the container size, it still be940px
Here is my code in bootstrap.scss:How can I change the container size correspondingly?