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
The white text on the light blue background is quite hard to read, especially since the text is so free floating on the page.
I've played around a bit and I'd suggest giving the content area a bit of a padding and a backgroudn color.
something like:
.guide-wrapper { margin-right: 0; padding: 20px 30px; background: #3e4d66; border-radius: 10px; }
This would also require makign .guide-wrapper a bit larger in the @media css.
@media screen and (min-width: 53.75em) { .guide-wrapper { width: 70% } } ...
@corwinharrell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The white text on the light blue background is quite hard to read, especially since the text is so free floating on the page.
I've played around a bit and I'd suggest giving the content area a bit of a padding and a backgroudn color.
something like:
This would also require makign .guide-wrapper a bit larger in the @media css.
@corwinharrell
The text was updated successfully, but these errors were encountered: