After successfully implementing a collapsible navbar with a hamburger icon for mobile view, I decided to add some extra styling and animation to the hamburger button. However, now the hamburger button remains visible even in desktop view, which is not what I intended. While the functionality is fine, I need the button to be invisible in normal desktop view.
https://github.com/thedonquixotic/UXReboot2
If you want to take a look at the code I'm working on, you can find it on my Github page. The specific file you need to check out is indexcopy.html
I've spent all day troubleshooting this issue and I'm still at a loss. Any help or insights would be greatly appreciated.