-
Couldn't load subscription status.
- Fork 1.4k
Add Spacing Above The Heading #7066
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
base: master
Are you sure you want to change the base?
Add Spacing Above The Heading #7066
Conversation
|
PR Description needed |
|
@Rajesh-Nagarajan-11 i have made the changes in the description could you please accept my pull request. |
|
Inappropriate pr title |
|
@Rajesh-Nagarajan-11 sir i have changed the title of the pr could you please accept it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DCO Failed
To add your Signed-off-by line to every commit in this branch:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run: git rebase HEAD~2 --signoff
- Force push your changes to overwrite the branch: git push --force-with-lease origin add-spacing-above-heading
|
Builds and checks failed |
|
Thank you for your contribution! |
This PR fixes an issue with inconsistent spacing above section headings.
It introduces additional spacing above headings to improve visual hierarchy and readability throughout the site.
Specifically:
Added top margin above headings (e.g., h2, h3, etc.) to ensure consistent vertical spacing.
Updated styles based on feedback from maintainers.
This change improves the overall layout and readability of content sections on the website.
Fixes #5648
Notes for Reviewers
Please verify that the spacing appears consistent across different pages.
Confirm that no additional unwanted gaps appear before other elements.
Signed commits
Yes, I signed my commits.
✅ Tip:
If your PR doesn’t directly close an issue, replace
Fixes #5648 → with just a short note like
“This PR improves visual spacing consistency above headings.”