Remove arrows
This commit is contained in:
parent
1e10828c84
commit
8254d6a17c
@ -17,6 +17,8 @@ const footer = document.querySelector('footer');
|
|||||||
// the down arrow buttons
|
// the down arrow buttons
|
||||||
if (window.innerWidth <= 768) {
|
if (window.innerWidth <= 768) {
|
||||||
footer.removeChild(footer.lastChild);
|
footer.removeChild(footer.lastChild);
|
||||||
|
arrow.style.display = 'none';
|
||||||
|
projectArrow.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the user is on mobile
|
// If the user is on mobile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user