diff --git a/script.js b/script.js index 793d94c..01636de 100644 --- a/script.js +++ b/script.js @@ -17,8 +17,6 @@ const footer = document.querySelector('footer'); // the down arrow buttons if (window.innerWidth <= 768) { footer.removeChild(footer.lastChild); - arrow.style.display = 'none'; - projectArrow.style.display = 'none'; } // If the user is on mobile