diff --git a/script.js b/script.js index 01636de..793d94c 100644 --- a/script.js +++ b/script.js @@ -17,6 +17,8 @@ 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