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

Docs website, padding. #48

Closed
justingeeslin opened this issue Jul 30, 2020 · 1 comment
Closed

Docs website, padding. #48

justingeeslin opened this issue Jul 30, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@justingeeslin
Copy link
Member

I think some padding around the main content to match the navigation would be helpful.

Screen Shot 2020-07-30 at 6 16 36 AM

The navigation's padding is this (style.css:282):

@media only screen and (min-width: 768px)
.site-branding {
   margin: 0 calc(10% + 60px);
}

This margin applied to .site-content looks great.

Screen Shot 2020-07-30 at 6 21 36 AM

@justingeeslin justingeeslin added the documentation Improvements or additions to documentation label Jul 30, 2020
@justingeeslin justingeeslin added this to To do in Documentation via automation Jul 30, 2020
@justingeeslin
Copy link
Member Author

Committed.

Documentation automation moved this from To do to Done Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Documentation
  
Done
Development

No branches or pull requests

1 participant