diff --git a/css/style.css b/css/style.css index 4c1b1ce..ff22a3f 100644 --- a/css/style.css +++ b/css/style.css @@ -197,7 +197,7 @@ footer { position: absolute; bottom: 0; width: 100%; - height: 100px; + height: 115px; text-align: center; animation: fadeIn 0.2s ease-in-out; } diff --git a/js/clockIn.js b/js/clockIn.js index 84bbd40..fd6ea1d 100644 --- a/js/clockIn.js +++ b/js/clockIn.js @@ -22,7 +22,7 @@ function setEvents() { outMiddleBtn.addEventListener("click", () => clockIn("middle")); outBtn.addEventListener("click", () => clockIn("out")); - setTimeout(close, 5000); + // setTimeout(close, 5000); } async function clockIn(direction) {