aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/grid.less4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7b3575426..1f338a871 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -992,6 +992,10 @@ pre code {
.container {
max-width: 728px;
}
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
}
@media screen and (min-width: 992px) {
diff --git a/less/grid.less b/less/grid.less
index 70c304968..a39d38b2e 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -41,6 +41,10 @@
.container {
max-width: 728px;
}
+ .row {
+ margin-left: (@grid-gutter-width / -2);
+ margin-right: (@grid-gutter-width / -2);
+ }
}
// Responsive: Desktops and up