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

Make docs section margins larger #450

Closed
rmorshea opened this issue Jul 26, 2021 · 0 comments · Fixed by #470
Closed

Make docs section margins larger #450

rmorshea opened this issue Jul 26, 2021 · 0 comments · Fixed by #470

Comments

@rmorshea
Copy link
Collaborator

@Archmonger here's the directory that you should add the CSS to: https://github.com/idom-team/idom/tree/main/docs/source/_static/css

I think this was what you were suggesting:

h1, h2, h3 {
margin-top: 4.5rem;
}
h1, h2 {
margin-bottom: 0;
font-weight: 300;
} 
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

Successfully merging a pull request may close this issue.

1 participant