diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 32f1258d6..d67aa9b15 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -725,6 +725,9 @@ pre code {
}
@media screen and (min-width: 768px) {
+ .container {
+ max-width: 728px;
+ }
[class^="span"] {
float: left;
}
diff --git a/docs/components.html b/docs/components.html
index c1049747c..73261610c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/css.html b/docs/css.html
index e4499e571..e91ef3d68 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/customize.html b/docs/customize.html
index 7daed4fd7..c8b9a3b81 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/gallery.html b/docs/gallery.html
index 2bc3320f6..07002b081 100644
--- a/docs/gallery.html
+++ b/docs/gallery.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 144acda0c..99377ef2f 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/index.html b/docs/index.html
index b9647bcb0..e7d307631 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/javascript.html b/docs/javascript.html
index 81bc40ad4..6d552aed0 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -47,7 +47,7 @@
Get started
- Core CSS
+ CSS
Components
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 47fc75650..776e45288 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -59,7 +59,7 @@
{{_i}}Get started{{/i}}
- {{_i}}Core CSS{{/i}}
+ {{_i}}CSS{{/i}}
{{_i}}Components{{/i}}
diff --git a/less/grid.less b/less/grid.less
index 521e64904..47636189b 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -27,6 +27,10 @@
// Responsive: Tablets and up
@media screen and (min-width: 768px) {
+ .container {
+ max-width: 728px;
+ }
+
[class^="span"] {
float: left;
}