Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] Better responsive styles #212

Open
SBoudrias opened this issue Jun 10, 2014 · 1 comment
Open

[Dev] Better responsive styles #212

SBoudrias opened this issue Jun 10, 2014 · 1 comment

Comments

@SBoudrias
Copy link
Member

Currently the site is a bit hard to maintain.

  • Responsive styles are in em which is not human readable - we should switch to pixels.
  • The menu in mobile is not super accessible, and the way it works seems weak (you cannot scroll the menu if it is too big, etc).

Overalls, a review and UX fix of some element would be welcome!

@robwierzbowski
Copy link
Contributor

Em is human readable, you just have to think a little chunkier :). In media queries, 1em is always 16px.

The benefits from using em in MQs aren't as big of a deal anymore though, from a browser / behavior standpoint.

@eddiemonge eddiemonge changed the title Better responsive styles [Dev] Better responsive styles Jul 8, 2014
@eddiemonge eddiemonge added Dev and removed enhancement labels Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants