-
Notifications
You must be signed in to change notification settings - Fork 202
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
letter-spacing issue on the grid / grid__item #62
Comments
This is a known issue with this method, I'm working on a fork that uses |
I've just been looking into this issue and found that applying both the I'm going to do some further testing across more devices and browsers to be sure. I'll let you know if I find anything different. |
I've been looking into this too: http://demo.gridlight-design.co.uk/inline-block-spacing.html HTH |
Whats if .grid { letter-spacing: -$gutter; } ? |
In one forum I read that settings the font-size to 0.1px on the .grid might work. |
In Chrome 32.0.1700.102, I have noticed that the letter-spacing value of -0.31em has some problems. It makes the grid__item appear 1px smaller in width than you define.
It seems assigning the value of -0.25em, instead of -0.31em, fixes the problem.
I have set up a pen here: http://cdpn.io/EzqDe
The text was updated successfully, but these errors were encountered: