diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 32f1258d63..d67aa9b152 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 c1049747c2..73261610ca 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 e4499e571d..e91ef3d680 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 7daed4fd79..c8b9a3b81f 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 2bc3320f61..07002b081a 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 144acda0c8..99377ef2f0 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 b9647bcb0d..e7d3076315 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 81bc40ad43..6d552aed00 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 47fc756500..776e452884 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 521e64904a..47636189bf 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; }