diff --git a/public/scripts/footer.js b/public/scripts/footer.js index b6d26fa..d702d6b 100644 --- a/public/scripts/footer.js +++ b/public/scripts/footer.js @@ -4,7 +4,5 @@ ${location.pathname !== "/"? '
Return to index'
Website © 2023 Firepup650 `; -foot.style.marginTop = "auto"; -foot.style.textAlign = "center"; document.querySelector("body").append(foot); console.debug("Footer Script done.")