Code & Coffee

}); }); // Check screen size on resize to handle orientation changes window.addEventListener('resize', function() { if (window.innerWidth > 768 && mobileMenu.classList.contains('active')) { mobileMenu.classList.remove('active'); body.classList.remove('menu-open'); } }); });