Wordpress - Custom Theme Development
Given this CSS snippet in a WordPress theme:
What happens to the menu on screens smaller than 480px?
@media (max-width: 480px) { .menu { display: none; } }What happens to the menu on screens smaller than 480px?
