update bootstrap to 3.0.0 final
[bootswatch] / bower_components / bootstrap / examples / jumbotron-narrow / jumbotron-narrow.css
index 36a1d7c..ae7a83f 100755 (executable)
@@ -4,7 +4,7 @@ body {
   padding-bottom: 20px;
 }
 
-/* Everything but the jumbotron gets side spacing for mobile-first views */
+/* Everything but the jumbotron gets side spacing for mobile first views */
 .header,
 .marketing,
 .footer {
@@ -31,10 +31,11 @@ body {
   border-top: 1px solid #e5e5e5;
 }
 
-/* Custom container */
-.container-narrow {
-  margin: 0 auto;
-  max-width: 700px;
+/* Customize container */
+@media (min-width: 768px) {
+  .container {
+    max-width: 730px;
+  }
 }
 .container-narrow > hr {
   margin: 30px 0;