dotnetcameroon / website

This is the official GitHub repo of the .NET Cameroon public website
Other
2 stars 3 forks source link

Fix the navbar close button on mobile screen size #50

Open djoufson opened 2 weeks ago

djoufson commented 2 weeks ago

The responsive navbar is designed to extend when we click on the hamburger, this hamburger button turns into a cross and when we click, it collapses the navbar.

The issue is that the navbar hides the close button. Take a look at the issue #18 and the PR #26 . That is the work done by @ij2002, make sure that it still works the same and fix the issue

Here is a screenshot of the extended navbar, you can see that the close button is not accessible IMG_3119

djoufson commented 2 weeks ago

Please read the README.md and the CONTRIBUTING.md files before trying anything.