The CVE Lite CLI website (owasp.org/cve-lite-cli) is not optimized for mobile devices. Layout elements break on small screens, making the site difficult to use on phones and tablets.
This affects discoverability - developers who encounter the project on mobile (e.g. via LinkedIn posts, press coverage, or a Google search) get a poor first impression.
Scope:
- Audit the current Docusaurus theme/custom CSS for mobile breakpoints
- Fix any layout issues in the homepage (
website/src/pages/index.tsx) - the "as seen in" bar, hero section, and feature cards are likely candidates
- Verify docs pages render cleanly on common mobile widths (375px, 390px, 414px)
- Test on both iOS Safari and Android Chrome
The CVE Lite CLI website (owasp.org/cve-lite-cli) is not optimized for mobile devices. Layout elements break on small screens, making the site difficult to use on phones and tablets.
This affects discoverability - developers who encounter the project on mobile (e.g. via LinkedIn posts, press coverage, or a Google search) get a poor first impression.
Scope:
website/src/pages/index.tsx) - the "as seen in" bar, hero section, and feature cards are likely candidates