p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

Fixes Navbar responsiveness

Open ahmedfahim21 opened this issue 2 years ago • 4 comments

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 absolute positioning however, its nearest positioned ancestor changes with changing screen sizes. Fixed the problem with the use of fixed navbar and adjusted its opacity so that it does not interfere with the body text.

Screenshot of the problem:

Screenshot from 2023-02-18 18-00-29

Screenshot after making the changes:

Screenshot from 2023-02-18 19-54-10

ahmedfahim21 avatar Feb 18 '23 14:02 ahmedfahim21