make sure footer is added back as flex in image-enlarger.js

This commit is contained in:
emma 2024-12-18 21:46:32 -05:00
parent c56955d39f
commit 119d7ad3ef
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ enlargeImg.forEach((img) => {
main.style.display = "block";
nav.style.display = "block";
header.style.display = "flex";
footer.style.display = "flex";
document.querySelector("footer").style.display = "flex";
});
});
});