Commit 5fbb9e9f authored by Mark Otto's avatar Mark Otto
Browse files

More row change ups:

* No more negative side margins
* However, keep the negative margin for nested rows
parent e94e5e8b
Showing with 0 additions and 10 deletions
+0 -10
...@@ -976,10 +976,6 @@ pre code { ...@@ -976,10 +976,6 @@ pre code {
.container { .container {
max-width: 728px; max-width: 728px;
} }
.row {
margin-right: -15px;
margin-left: -15px;
}
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
......
...@@ -13,8 +13,6 @@ title: Grid template ...@@ -13,8 +13,6 @@ title: Grid template
.row { .row {
margin-bottom: 20px; margin-bottom: 20px;
margin-left: -15px;
margin-right: -15px;
} }
[class*="col-lg-"] { [class*="col-lg-"] {
padding-top: 15px; padding-top: 15px;
......
...@@ -41,10 +41,6 @@ ...@@ -41,10 +41,6 @@
.container { .container {
max-width: 728px; max-width: 728px;
} }
.row {
margin-left: (@grid-gutter-width / -2);
margin-right: (@grid-gutter-width / -2);
}
} }
// Responsive: Desktops and up // Responsive: Desktops and up
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment