mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
fix reponsive 1200+ media query to resolve mismatched gutters and negative margins on the row
This commit is contained in:
+4
-1
@@ -205,6 +205,9 @@
|
||||
.container {
|
||||
width: @siteWidth;
|
||||
}
|
||||
.row {
|
||||
margin-left: @gridGutterWidth * -1;
|
||||
}
|
||||
[class*="span"] {
|
||||
margin-left: @gridGutterWidth;
|
||||
}
|
||||
@@ -238,4 +241,4 @@
|
||||
.offset12 { .offset(12); }
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
Reference in New Issue
Block a user