We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Site global H1 "floats" (i.e. "Aron Cedercrantz") in over the navigation in Chrome (verified on OS X and Windows).
The text was updated successfully, but these errors were encountered:
I fixed this by adding this hack:
/* WTF Chrome? Hack: http://stackoverflow.com/a/13587388/79202 */ @media screen and (-webkit-min-device-pixel-ratio:0) { h1 { left: 0.9em; } }
Probably not the correct fix, but it makes it look okay.
Sorry, something went wrong.
Better fix:
h1
h2
header.html
position
display
top
rastersize
No branches or pull requests
Site global H1 "floats" (i.e. "Aron Cedercrantz") in over the navigation in Chrome (verified on OS X and Windows).
The text was updated successfully, but these errors were encountered: