mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 12:20:58 +00:00
Fixes #13616: Add custom gutter support to containers
This commit is contained in:
parent
0a3fe8c79b
commit
e06970948b
3 changed files with 1 additions and 1 deletions
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
// Generate semantic grid columns with these mixins.
|
||||
|
||||
// Centered container element
|
||||
.container-fixed() {
|
||||
.container-fixed(@gutter: @grid-gutter-width) {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: (@grid-gutter-width / 2);
|
||||
|
|
|
|||
Loading…
Reference in a new issue