-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Description
Describe the bug
Currently, the header has inconsistencies across pages:
- On the Home Page, the toggle theme button overlaps with the last navigation link.
- On the About Page, the toggle theme button does not work.
- The navbar design/layout looks misaligned, and the page content is not properly taking up the full screen.
To Reproduce
- Go to the Home Page → observe the toggle button overlapping the nav link.
- Go to the About Page → notice the theme toggle is unresponsive and layout issues are visible.
Expected behavior
- The toggle theme button should be consistently positioned and must not overlap with nav links.
- The navbar should have a clear structure, ideally with dropdowns for better usability.
- The About Page should have a working toggle theme button, and its content should properly span the full screen without awkward spacing.
- Overall, the header should remain consistent across all pages.
Additional context
This issue focuses on improving consistency of the header (navbar + toggle button) across all pages and ensuring the toggle theme functionality works everywhere.