I’m making a Hamburger menu for mobile, but when I set display none for this menu icon in desktop screens (which is the size of my global settings) it disappears in mobile screens too;
I have tried to use display block for this icon at the mobile media query but it didn’t work.
How do I solve this problem?
My code (I used a div #mobile to place the menu icon): https://codepen.io/danielasegadilha/pen/jOpjGwR