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

Why breakpoint at 480 and not 620? #36

Open
acjbizar opened this issue Jul 19, 2016 · 0 comments
Open

Why breakpoint at 480 and not 620? #36

acjbizar opened this issue Jul 19, 2016 · 0 comments

Comments

@acjbizar
Copy link

acjbizar commented Jul 19, 2016

The modular template currently has a max-width: 480px media query that triggers the mobile (one column) layout. However, the large (multi column) layout is based on a 600 pixel wide table. In practice, this means that any screen between 480 and 620 (600 plus scrollbar) pixels wide has horizontal scrolling. I could easily fix this by settings the media query to max-width: 620px, but I was wondering if there is a specific reason it currently works the way it does.

@acjbizar acjbizar changed the title Why breakpoint at 620 and not 480? Why breakpoint at 480 and not 620? Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant