p5.js-website
p5.js-website copied to clipboard
Fixes Navbar responsiveness
Fixes #696
Changes:
- For tablet view, the navbar had some responsiveness issues like not completely covering the complete screen width. This probably was happening due to
absolutepositioning however, its nearest positioned ancestor changes with changing screen sizes. Fixed the problem with the use offixednavbar and adjusted its opacity so that it does not interfere with the body text.
Screenshot of the problem:

Screenshot after making the changes:
