Home page fix
[YouAndWeb_TwoToc] / client / components / footer / footer.scss
index 44debe2..be92116 100755 (executable)
@@ -3,12 +3,12 @@ footer.footer {
     bottom: 0;
     left: 0;
     right: 0;
-    height: 130px;
+    height: 200px;
     background: #EDEFED;
     margin-top: 0 !important;
 }
 footer.homeFooter {
-  position: fixed;
+  position: relative;
 }
 
 
@@ -17,7 +17,7 @@ footer .navbar li {
   float: left;
   position: relative;
   display: block;
-  width: 33%;
+  width: 25%;
 
   a {
     font-family: "Oswald", sans-serif;
@@ -26,4 +26,4 @@ footer .navbar li {
     color: #666;
     text-decoration: none;
   }
-}
\ No newline at end of file
+}