-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tidy up #8
Comments
PDW testing. The “Not on Twitter? Email them instead!” button
button-ie-bug.png I was able to remove them by adding style="font:inherit; background:none; color:inherit;" to the button. You might want to do this in the stylesheet.
I was able to remove this by adding style="outline:none;" to the element. You might want to do this in the stylesheet.
I was able to fix this by adding style="width:1rem;" to the , to match the existing height value. However, this gets trickier with the text issue.
button-narrow.png I think this is because its height is set to 1rem, i.e. the same as the browser’s base font size. This is fine when the button’s text size is bigger than that (as it is on wider viewports), but perhaps a bit big when the button’s text size is smaller. I’m not sure whether there’s a Tachyons class you can add to the SVG to fix this, or whether you’d write some CSS targeting the same viewport sizes as Tachyons does. Curly apostrophes
apos.png They should* be written as closing single quotes (ALT+SHIFT+], ’). *This is a bit of a rabbit hole — if you’d like to fall down it, see: Dynamic stuff
Your page doesn’t yet have that. That’s probably not a problem, but I thought I’d flag it just in case. (If it is a requirement I can help if needed.) Validation errors
(Only Colour contrast
Footer text width
All fixed! |
The text was updated successfully, but these errors were encountered: