ouvinte JavaScript para verificar a mudança de largura da VW

window.addEventListener("resize", () => {
		// CODE
});
Cheerful Cockroach