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
heading のとこだけ微妙なフォントサイズになってるので、できれば直したい。h1 ~ h6 の良いスタイルが思いつけば良いが.. 。
現状:
.entry-content h1 { margin: 2.48em 0 0; padding-bottom: .21em; border-bottom: 1px dashed #E8E8E8; font-size: 175%; line-height: 1.25; } .entry-content h2 { margin: 2.48em 0 0; padding-bottom: .21em; border-bottom: 1px dashed #E8E8E8; font-size: 150%; line-height: 1.25; } .entry-content h3 { margin: 2.48em 0 0; border-bottom-width: 0; font-size: 125%; line-height: 1.25; } .entry-content h4 { margin: 2.48em 0 0; font-size: 112.5%; line-height: 1.25; } .entry-content h5 { margin: 2.48em 0 0; font-size: inherit; line-height: 1.25; } .entry-content h6 { margin: 2.48em 0 0; font-size: 87.5%; line-height: 1.25; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
heading のとこだけ微妙なフォントサイズになってるので、できれば直したい。h1 ~ h6 の良いスタイルが思いつけば良いが.. 。
現状:
The text was updated successfully, but these errors were encountered: