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

見出しスタイルの変更 #5

Open
namikuguri opened this issue Jul 8, 2014 · 0 comments
Open

見出しスタイルの変更 #5

namikuguri opened this issue Jul 8, 2014 · 0 comments

Comments

@namikuguri
Copy link
Owner

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;
}
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

No branches or pull requests

1 participant