Test arrow keeping
This commit is contained in:
parent
d779e1a045
commit
1e10828c84
@ -17,8 +17,6 @@ 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