diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 32f1258d..d67aa9b1 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 c1049747..73261610 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 e4499e57..e91ef3d6 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 7daed4fd..c8b9a3b8 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 2bc3320f..07002b08 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 144acda0..99377ef2 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 b9647bcb..e7d30763 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 81bc40ad..6d552aed 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 47fc7565..776e4528 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 521e6490..47636189 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; }