We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there's an issue here:
yue.css/src/yue.css
Lines 29 to 30 in 76f4cca
Note the progression of top and bottom margins:
.yue h2 { ... margin-top: 1.42em; margin-bottom: 0.4em; } .yue h3 { ... margin-top: 1.62em; margin-bottom: 1em; } .yue h4, .yue h5, .yue h6 { ... margin-top: 1.4em; margin-bottom: 0.8em; }
h3s margins are larger than both h2s and h4/h5/h6s.
h3
h2
h4
h5
h6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think there's an issue here:
yue.css/src/yue.css
Lines 29 to 30 in 76f4cca
Note the progression of top and bottom margins:
h3
s margins are larger than bothh2
s andh4
/h5
/h6
s.The text was updated successfully, but these errors were encountered: