microsoft / rushstack-websites

Doc content for the Rush Stack websites.
Creative Commons Attribution 4.0 International
23 stars 69 forks source link

Fix Header Alignment on Mobile and Dark Mode Visibility #206

Closed Aribaskar-jb closed 9 months ago

Aribaskar-jb commented 9 months ago

Changes Made

This PR addresses two issues:

  1. Header Alignment on Mobile View: The header elements were misaligned on mobile devices, with one button on the left and another on the right. This PR fixes the alignment issue by centering the header elements horizontally on mobile devices.

  2. Dark Mode Visibility: In dark mode, the company names listed in the "Who's using Rush?" section were displayed in black, making them nearly impossible to read against the dark background. This PR ensures that company names are displayed with a legible and contrasting color in both light and dark modes to improve accessibility and readability.

Related Issues

Screenshots (if applicable)

Testing Done

This PR resolves the reported issues and enhances the user experience by improving the header alignment on mobile devices and ensuring better visibility in dark mode.

octogonz commented 9 months ago

🏆 Thanks for making these improvements!