Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 роки тому
батько
коміт
59edd2a7f8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -160,7 +160,7 @@ function setFooterPos2() {
     //}
     tollerance = 22;  	  
     $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
-    $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance - 6) + "px");
+    $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance) + "px");
   }
 }