-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fix heading line spacing and padding #1021
Labels
Comments
thansidwell
changed the title
Heading line spacing and padding
Fix heading line spacing and padding
Nov 23, 2024
This issue has been marked as stale because it has been open for 30 days with no activity. |
I can take on this task. Can someone assign this issue to me? Thanks! |
Assigned! |
I have made the PR. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All headings (Heading-2XL, Heading-3XL, etc) have a line height that is too high.
Reduce it to about 1.2, so it looks like this.
On page headings the space between the H1, H2 and body are all the same.
Reduce the space between the H1 and H2 to 0 and the space between the h2 and body to 3rem.
Apply to all pages.
The text was updated successfully, but these errors were encountered: