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

Text readability #34

Open
theduke opened this issue Jul 29, 2017 · 0 comments
Open

Text readability #34

theduke opened this issue Jul 29, 2017 · 0 comments

Comments

@theduke
Copy link

theduke commented Jul 29, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant