Minor headers styles in readme fix: increased line-height for h1..h4.
This commit is contained in:
parent
0a3874f6a3
commit
c0fa68572e
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@
|
||||||
#tree-readme-holder .readme {
|
#tree-readme-holder .readme {
|
||||||
@include shade;
|
@include shade;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
|
h1, h2 {
|
||||||
|
line-height: 56px;
|
||||||
|
}
|
||||||
|
h3, h4 {
|
||||||
|
line-height: 46px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tree-commit-link {
|
a.tree-commit-link {
|
||||||
|
|
Loading…
Reference in a new issue