Remove arrows

This commit is contained in:
Parker M 2023-07-01 23:45:34 -05:00
parent 1e10828c84
commit 8254d6a17c

View File

@ -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