Home page fix
[YouAndWeb_TwoToc] / client / app / main / main.scss
index 18d4a99..237baa2 100755 (executable)
@@ -42,7 +42,7 @@ body {
 
 #homeSlider {
   width: 100%;
-  /*height: 300px;*/
+  /*height: 2000px;*/
   overflow: hidden;
   position: relative;
   .carousel, .carousel-inner, .carousel-inner > .item {
@@ -62,17 +62,20 @@ body {
   }
   .carousel-caption {
     bottom: 50%;
+    width: 65%;
+    text-align: center;
     h4 {
       font-family: "Oswald", sans-serif;
-      font-size: 50px;
+      font-size: 45px;
       text-shadow: 0 0 20px #000;
+      font-weight: bold;
     }
   }
 }
 
 #homesearch {
   position: absolute;
-  bottom: 20%;
+  bottom: 30%;
   left: 50%;
   margin-left: -250px;
   width: 500px;
@@ -191,8 +194,7 @@ hr {
 }
 
 .main-container {
-  margin-top: 130px;
-  padding-bottom: 130px;
+  margin-top: 20px;
 }
 .main-container.container {
   padding-bottom: 40px;
@@ -341,7 +343,7 @@ hr {
   }
   .navbar-default  {
       z-index: 1;
-      position: fixed;
+      position: relative;
       top: 0;
       bottom: 0;
       width: 100%;