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

Set site max width in pixels instead of ems #63

Open
adamjohnson opened this issue Mar 3, 2016 · 0 comments
Open

Set site max width in pixels instead of ems #63

adamjohnson opened this issue Mar 3, 2016 · 0 comments
Assignees

Comments

@adamjohnson
Copy link
Contributor

Setting the site's max width in ems causes some issues if you change the font-size of a parent container—subsequently increasing the width of that block and messing alignment up in relation to other patterns.

This is noticable when you change the font size of the diptych and/or triptych patterns, most notably.

Fix this by overriding the default Neat variable in our variables file:

$max-width: 1088px;

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

2 participants