mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
updated container mixin to be fixed-container instead so we can keep the .container in scaffolding while removing the repeated code
This commit is contained in:
+3
-2
@@ -121,9 +121,10 @@
|
||||
}
|
||||
|
||||
// Grid System
|
||||
.container {
|
||||
.fixed-container {
|
||||
width: @siteWidth;
|
||||
margin: 0 auto;
|
||||
margin-left: auto;
|
||||
margin-left: auto;
|
||||
.clearfix();
|
||||
}
|
||||
.columns(@columnSpan: 1) {
|
||||
|
||||
Reference in New Issue
Block a user