Comment by darekkay

4 years ago

Some constructive tips on making the design more accessible/inclusive:

- "gray-3" on white has a really low contrast ratio (confirmed by others in this thread)

- remove "maximum-scale=1" from your viewport meta tag

- use semantic HTML / landmarks (e.g. "aside" instead of "div id='sidebar'")

- add a label to your "sidebar-toggle" button