From fa028ddcc27378a9ffa657bb75ad5b69c4bcb6ec Mon Sep 17 00:00:00 2001 From: Jtmichel Date: Tue, 3 Jun 2014 10:35:05 -0400 Subject: [PATCH] Slider Moved slider within container and unfixed slide image heights so no more stretching! --- index.html | 19 +++++++++---------- style.css | 3 ++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index ab0d94a..2ef1fe0 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,14 @@ {% include navbar.html %} - + + + + + + +
@@ -59,15 +66,7 @@
- - - - - - - -
+
diff --git a/style.css b/style.css index 35fd215..cc1bfa6 100644 --- a/style.css +++ b/style.css @@ -94,7 +94,8 @@ top: 0; left: 0; min-width: 100%; - height: 500px; + height:auto; + /*height: 500px;*/ } .carousel-caption {