I've been experimenting with different lines of code, but I'm struggling to pinpoint the error as my code functions on a desktop and should also work on mobile devices...
<meta name="viewport" content="width=device-width, initial-scale=1, maximum- scale=1, user-scalable=no"&</>
Additionally, in css:
@media (max-device-width: 640px) {}
Explore my CodePen project here!
Your assistance is greatly appreciated.